diff options
author | 2019-12-28 17:13:20 +0100 | |
---|---|---|
committer | 2019-12-28 17:13:20 +0100 | |
commit | 6b6e97b60deede39abeed6d59b8d604c466ea381 (patch) | |
tree | d91d30f051e65ae66a8e950da42eb84943ac32f8 | |
parent | dev-python/mailmanclient: Remove Py2 (diff) | |
download | gentoo-6b6e97b60deede39abeed6d59b8d604c466ea381.tar.gz gentoo-6b6e97b60deede39abeed6d59b8d604c466ea381.tar.bz2 gentoo-6b6e97b60deede39abeed6d59b8d604c466ea381.zip |
dev-python/matterhook: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-python/matterhook/matterhook-0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matterhook/matterhook-0.1.ebuild b/dev-python/matterhook/matterhook-0.1.ebuild index 995009a04ff..f914a7a99a8 100644 --- a/dev-python/matterhook/matterhook-0.1.ebuild +++ b/dev-python/matterhook/matterhook-0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |