dev-util/catalyst: drop python-2 support in catalyst-3+
authorMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2016 15:45:38 +0000 (11:45 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2016 17:17:03 +0000 (13:17 -0400)
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

index 6015ff9658e287e910ef82676aa4a99e98c97f05..adc1244b74ab5295b454b7251087c5c44ae7cd57 100644 (file)
@@ -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}