commit: 67e33e62ebb2f84047da6a01c62156b780910276
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 07:55:08 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 07:56:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e33e62
dev-python/apipkg: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/apipkg/{apipkg-1.5.ebuild => apipkg-1.5-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/apipkg/apipkg-1.5.ebuild
b/dev-python/apipkg/apipkg-1.5-r1.ebuild
similarity index 91%
rename from dev-python/apipkg/apipkg-1.5.ebuild
rename to dev-python/apipkg/apipkg-1.5-r1.ebuild
index 0c5fa268141..0a2dd58e654 100644
--- a/dev-python/apipkg/apipkg-1.5.ebuild
+++ b/dev-python/apipkg/apipkg-1.5-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1