diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 08:31:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 09:15:06 +0200 |
commit | e41b3bb4dd88b08aea972264f7cab20f4716edcb (patch) | |
tree | 6f4b9af554174702e2d86de7d0c50fe6a8f84309 /sys-libs/libselinux | |
parent | dev-tex/tex4ht: Version bump to 20090611_p1038_p20210603 (diff) | |
download | gentoo-e41b3bb4dd88b08aea972264f7cab20f4716edcb.tar.gz gentoo-e41b3bb4dd88b08aea972264f7cab20f4716edcb.tar.bz2 gentoo-e41b3bb4dd88b08aea972264f7cab20f4716edcb.zip |
sys-libs/libselinux: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libselinux')
-rw-r--r-- | sys-libs/libselinux/libselinux-3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libselinux/libselinux-3.2.ebuild b/sys-libs/libselinux/libselinux-3.2.ebuild index e2b8d9f65ed0..bb2db991f95e 100644 --- a/sys-libs/libselinux/libselinux-3.2.ebuild +++ b/sys-libs/libselinux/libselinux-3.2.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_{7..10} ) USE_RUBY="ruby25 ruby26 ruby27" # No, I am not calling ruby-ng |