diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-28 20:51:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-28 21:39:12 +0200 |
commit | d94300430d516d1e1952e9d6fc71a4741e6aaa87 (patch) | |
tree | 2f5c0a37a4118cceb26eec465e1d77445d1ce084 /sys-libs | |
parent | dev-python/pysol_cards: Drop 0.8.15 (diff) | |
download | gentoo-d94300430d516d1e1952e9d6fc71a4741e6aaa87.tar.gz gentoo-d94300430d516d1e1952e9d6fc71a4741e6aaa87.tar.bz2 gentoo-d94300430d516d1e1952e9d6fc71a4741e6aaa87.zip |
sys-libs/libselinux: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libselinux/libselinux-3.0.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libselinux/libselinux-3.0.ebuild b/sys-libs/libselinux/libselinux-3.0.ebuild index 5e64c185d4ca..c8e582b74e9b 100644 --- a/sys-libs/libselinux/libselinux-3.0.ebuild +++ b/sys-libs/libselinux/libselinux-3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6..9} ) USE_RUBY="ruby24 ruby25 ruby26" # No, I am not calling ruby-ng diff --git a/sys-libs/libselinux/libselinux-9999.ebuild b/sys-libs/libselinux/libselinux-9999.ebuild index 0e181407de6c..48ecacbdf7a8 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="6" -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6..9} ) USE_RUBY="ruby24 ruby25 ruby26" # No, I am not calling ruby-ng |