diff options
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" |