diff options
author | Kenton Groombridge <concord@gentoo.org> | 2024-01-16 19:26:24 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2024-01-16 20:29:08 -0500 |
commit | f4c787d27fac252f19b9c1924ae94ae8fd504e39 (patch) | |
tree | b959f80b9580ce6be6a6e28da3ec49d08904a2d9 /sys-apps/selinux-python | |
parent | sys-apps/policycoreutils: update live ebuild (diff) | |
download | gentoo-f4c787d27fac252f19b9c1924ae94ae8fd504e39.tar.gz gentoo-f4c787d27fac252f19b9c1924ae94ae8fd504e39.tar.bz2 gentoo-f4c787d27fac252f19b9c1924ae94ae8fd504e39.zip |
sys-apps/selinux-python: update live ebuild
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-apps/selinux-python')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-9999.ebuild index 470211f8d553..20a1fea452bf 100644 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild +++ b/sys-apps/selinux-python/selinux-python-9999.ebuild @@ -1,8 +1,8 @@ -# 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 python-r1 toolchain-funcs |