From 9bf4a13d42feeaa1a2102a19af58b55029f86374 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:13:02 +0100 Subject: [PATCH] dev-python/iso3166: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/iso3166/iso3166-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso3166/iso3166-0.8.ebuild b/dev-python/iso3166/iso3166-0.8.ebuild index 75be06210aa9..7bca04661b71 100644 --- a/dev-python/iso3166/iso3166-0.8.ebuild +++ b/dev-python/iso3166/iso3166-0.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 -- 2.26.2