diff options
author | David Seifert <soap@gentoo.org> | 2019-04-20 11:30:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-20 13:12:08 +0200 |
commit | 7ab150c0ab141bef4a8826fbf90e83af25ffdd9b (patch) | |
tree | 89e80ebaa72250578b294ea50b5d966a7c6e0e17 /dev-python/configshell-fb | |
parent | x11-libs/pango: use HTTPS (diff) | |
download | gentoo-7ab150c0ab141bef4a8826fbf90e83af25ffdd9b.tar.gz gentoo-7ab150c0ab141bef4a8826fbf90e83af25ffdd9b.tar.bz2 gentoo-7ab150c0ab141bef4a8826fbf90e83af25ffdd9b.zip |
*/*: Remove last vestiges of python3_4
Closes: https://github.com/gentoo/gentoo/pull/11755
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/configshell-fb')
-rw-r--r-- | dev-python/configshell-fb/configshell-fb-1.1.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 4fe6f47f5099..c04e53c370b3 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_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="A Python library for building configuration shells" |