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