summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-04 20:20:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-04 20:47:12 +0100
commit5e2a9c4fe40f2268a0befbff1c659600618ee07d (patch)
tree430bd9940d596566ae6114d3c07fc8301c44c732
parentmedia-tv/gentoo-vdr-scripts: cleanup old bugy ~arch (diff)
downloadgentoo-5e2a9c4fe40f2268a0befbff1c659600618ee07d.tar.gz
gentoo-5e2a9c4fe40f2268a0befbff1c659600618ee07d.tar.bz2
gentoo-5e2a9c4fe40f2268a0befbff1c659600618ee07d.zip
dev-python/configshell-fb: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/configshell-fb/configshell-fb-1.1.24.ebuild2
-rw-r--r--dev-python/configshell-fb/configshell-fb-1.1.25.ebuild2
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 1c7e2b98e61a..412d80ac824e 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 8f0a3486e6cf..0b261dd812d9 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"