diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:21:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 19:58:29 +0200 |
commit | c4a7886822598fde5549f6e02b3d774a5fb178ee (patch) | |
tree | 1588bdf9ff6f8fb3242521a8b0f359db2c011424 /sys-libs | |
parent | sys-libs/cracklib: Remove py2.7 (diff) | |
download | gentoo-c4a7886822598fde5549f6e02b3d774a5fb178ee.tar.gz gentoo-c4a7886822598fde5549f6e02b3d774a5fb178ee.tar.bz2 gentoo-c4a7886822598fde5549f6e02b3d774a5fb178ee.zip |
sys-libs/libselinux: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libselinux/libselinux-2.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libselinux/libselinux-2.9-r1.ebuild b/sys-libs/libselinux/libselinux-2.9-r1.ebuild index cea6ac14ceae..e418cecf3c1f 100644 --- a/sys-libs/libselinux/libselinux-2.9-r1.ebuild +++ b/sys-libs/libselinux/libselinux-2.9-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) USE_RUBY="ruby24 ruby25" # No, I am not calling ruby-ng |