diff options
author | Kenton Groombridge <concord@gentoo.org> | 2024-01-16 19:26:16 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2024-01-16 20:29:06 -0500 |
commit | 42432f8f58e64a9ea77dd3db8c010a2b7f8399ac (patch) | |
tree | 524d10288d383e621228fd4b425c76f78d4b6ccd /sys-apps/policycoreutils | |
parent | sys-apps/checkpolicy: update live ebuild (diff) | |
download | gentoo-42432f8f58e64a9ea77dd3db8c010a2b7f8399ac.tar.gz gentoo-42432f8f58e64a9ea77dd3db8c010a2b7f8399ac.tar.bz2 gentoo-42432f8f58e64a9ea77dd3db8c010a2b7f8399ac.zip |
sys-apps/policycoreutils: update live ebuild
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild index 6df44f548cc8..b8625ff49cd8 100644 --- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" -inherit multilib python-r1 toolchain-funcs bash-completion-r1 +inherit python-r1 toolchain-funcs bash-completion-r1 MY_PV="${PV//_/-}" MY_P="${PN}-${MY_PV}" |