diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-24 14:31:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-24 22:27:46 +0000 |
commit | 2e5d4fc03b7524402aa7259d85c028f4cc91961c (patch) | |
tree | 52c48a37ace1be9e3bf506efc4fd1634609cc415 /sys-libs/libselinux | |
parent | dev-ada/libadalang: use LDFLAGS (diff) | |
download | gentoo-2e5d4fc03b7524402aa7259d85c028f4cc91961c.tar.gz gentoo-2e5d4fc03b7524402aa7259d85c028f4cc91961c.tar.bz2 gentoo-2e5d4fc03b7524402aa7259d85c028f4cc91961c.zip |
sys-libs/libselinux: add python 3.10 (sync live)
Closes: https://bugs.gentoo.org/829922
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23495
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libselinux')
-rw-r--r-- | sys-libs/libselinux/libselinux-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libselinux/libselinux-9999.ebuild b/sys-libs/libselinux/libselinux-9999.ebuild index e2b8d9f65ed0..ebe92ac34793 100644 --- a/sys-libs/libselinux/libselinux-9999.ebuild +++ b/sys-libs/libselinux/libselinux-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) USE_RUBY="ruby25 ruby26 ruby27" # No, I am not calling ruby-ng |