commit: 7e2bd8c8549b0f90e3f356a1056fb5aaddbe77ba
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 20:18:12 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 20:18:12 2021 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=7e2bd8c8
sys-libs/libselinux: fix PYTHON_COMPAT
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/libselinux/libselinux-2.6.ebuild | 4 ++--
sys-libs/libselinux/libselinux-2.7.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-libs/libselinux/libselinux-2.6.ebuild
b/sys-libs/libselinux/libselinux-2.6.ebuild
index a905262..1a22ba6 100644
--- a/sys-libs/libselinux/libselinux-2.6.ebuild
+++ b/sys-libs/libselinux/libselinux-2.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+PYTHON_COMPAT=( python3_{7,8,9} )
USE_RUBY="ruby23"
# No, I am not calling ruby-ng
diff --git a/sys-libs/libselinux/libselinux-2.7.ebuild
b/sys-libs/libselinux/libselinux-2.7.ebuild
index 19d5a06..3a7dc58 100644
--- a/sys-libs/libselinux/libselinux-2.7.ebuild
+++ b/sys-libs/libselinux/libselinux-2.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+PYTHON_COMPAT=( python3_{7,8,9} )
USE_RUBY="ruby23"
# No, I am not calling ruby-ng