Diff sndio-1.8.0-r1 with a sndio-1.9.0
/usr/portage/media-sound/sndio/sndio-1.9.0.ebuild 2023-10-09 14:52:31.800368408 +0300 | ||
---|---|---|
1 |
# Copyright 2020-2022 Gentoo Authors |
|
1 |
# Copyright 2020-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit multilib-minimal toolchain-funcs |
7 | 7 | |
... | ... | |
13 | 13 |
EGIT_MIN_CLONE_TYPE="single+tags" |
14 | 14 |
else |
15 | 15 |
SRC_URI="http://www.sndio.org/${P}.tar.gz" |
16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv sparc x86" |
|
16 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
17 | 17 |
fi |
18 | 18 | |
19 | 19 |
LICENSE="ISC" |
... | ... | |
39 | 39 |
multilib_src_configure() { |
40 | 40 |
tc-export CC |
41 | 41 | |
42 |
# Not autotools-based but a custom script. |
|
42 | 43 |
./configure \ |
43 | 44 |
--prefix="${EPREFIX}"/usr \ |
44 | 45 |
--libdir="${EPREFIX}"/usr/$(get_libdir) \ |