commit: 5e2a9c4fe40f2268a0befbff1c659600618ee07d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 19:20:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 19:47:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2a9c4f
dev-python/configshell-fb: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/configshell-fb/configshell-fb-1.1.24.ebuild | 2 +-
dev-python/configshell-fb/configshell-fb-1.1.25.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild
b/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild
index 1c7e2b98e61..412d80ac824 100644
--- a/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild
+++ b/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild
b/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild
index 8f0a3486e6c..0b261dd812d 100644
--- a/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild
+++ b/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="A Python library for building configuration shells"