From: David Seifert Date: Sat, 28 Dec 2019 16:15:27 +0000 (+0100) Subject: dev-python/python-sense-hat: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab454fb0449a68e9b6bab424ddab23ca108736d0;p=gentoo.git dev-python/python-sense-hat: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild index e24dab462d27..cddf68a8c36d 100644 --- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild +++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1