Diff policycoreutils-3.7 with a policycoreutils-9999
/usr/portage/sys-apps/policycoreutils/policycoreutils-9999.ebuild 2025-07-29 16:22:17.380467940 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI="8" |
5 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
5 |
PYTHON_COMPAT=( python3_{10..13} ) |
|
6 | 6 |
PYTHON_REQ_USE="xml(+)" |
7 | 7 | |
8 | 8 |
inherit python-r1 toolchain-funcs bash-completion-r1 |
... | ... | |
24 | 24 |
else |
25 | 25 |
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz |
26 | 26 |
https://dev.gentoo.org/~perfinion/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" |
27 |
KEYWORDS="amd64 arm arm64 ~riscv x86" |
|
27 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86" |
|
28 | 28 |
S1="${WORKDIR}/${MY_P}" |
29 | 29 |
S2="${WORKDIR}/policycoreutils-extra" |
30 | 30 |
S="${S1}" |