From: David Seifert Date: Sat, 28 Dec 2019 16:14:24 +0000 (+0100) Subject: dev-python/PyDbLite: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28b87006634080e10f4c7f3738284cd269c436bf;p=gentoo.git dev-python/PyDbLite: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild index 10952f812e69..a9b185c8bc8b 100644 --- a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild +++ b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3) +PYTHON_COMPAT=( python3_{5,6} pypy3) inherit distutils-r1