commit: 7a04c537afab67570c2065f3fb7c1f967df506a2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 11:30:08 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:53:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a04c537
app-portage/unsymlink-lib: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild | 2 +-
app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild
b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild
index fd0b8bdca31..e70e33b01d9 100644
--- a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild
+++ b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit python-single-r1
DESCRIPTION="Convert your system to SYMLINK_LIB=no"
diff --git a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
index 9820f661ba5..2e579b57e72 100644
--- a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
+++ b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit git-r3 python-single-r1
DESCRIPTION="Convert your system to SYMLINK_LIB=no"