diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 20:20:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 20:47:12 +0100 |
commit | 5e2a9c4fe40f2268a0befbff1c659600618ee07d (patch) | |
tree | 430bd9940d596566ae6114d3c07fc8301c44c732 /dev-python/configshell-fb | |
parent | media-tv/gentoo-vdr-scripts: cleanup old bugy ~arch (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/configshell-fb')
-rw-r--r-- | dev-python/configshell-fb/configshell-fb-1.1.24.ebuild | 2 | ||||
-rw-r--r-- | 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 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" |