commit: 85d836bb2ee2dc084f94fa0891f3a09b8be7a58f
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 15:45:38 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed May 25 17:17:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d836bb
dev-util/catalyst: drop python-2 support in catalyst-3+
Since python-3 has been stable for years now, it shouldn't be a problem
to start requiring it in this utility. Let's update the ebuild and see
if anyone complains.
dev-util/catalyst/catalyst-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/catalyst/catalyst-9999.ebuild
b/dev-util/catalyst/catalyst-9999.ebuild
index 6015ff9..adc1244 100644
--- a/dev-util/catalyst/catalyst-9999.ebuild
+++ b/dev-util/catalyst/catalyst-9999.ebuild
@@ -17,7 +17,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~x86-fbsd"
fi
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5} )
inherit distutils-r1 multilib ${SRC_ECLASS}