Diff genkernel-4.3.2-r1 with a genkernel-4.3.3
/usr/portage/sys-kernel/genkernel/genkernel-4.3.3.ebuild 2023-10-09 14:52:35.528368502 +0300 | ||
---|---|---|
4 | 4 |
# genkernel-9999 -> latest Git branch "master" |
5 | 5 |
# genkernel-VERSION -> normal genkernel release |
6 | 6 | |
7 |
EAPI="7" |
|
7 |
EAPI=8 |
|
8 | 8 | |
9 | 9 |
PYTHON_COMPAT=( python3_{9..11} ) |
10 | 10 | |
... | ... | |
92 | 92 |
else |
93 | 93 |
SRC_URI="https://dev.gentoo.org/~mattst88/distfiles/${P}.tar.xz |
94 | 94 |
${COMMON_URI}" |
95 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
95 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
96 | 96 |
fi |
97 | 97 | |
98 | 98 |
DESCRIPTION="Gentoo automatic kernel building scripts" |
... | ... | |
133 | 133 |
fi |
134 | 134 | |
135 | 135 |
PATCHES=( |
136 |
"${FILESDIR}"/${P}-no-color-on-qlist.patch |
|
137 | 136 |
) |
138 | 137 | |
139 | 138 |
src_unpack() { |