sys-apps/pkgcore: add py3 support
authorTim Harder <radhermit@gentoo.org>
Sat, 9 Jan 2016 21:15:28 +0000 (16:15 -0500)
committerTim Harder <radhermit@gentoo.org>
Sat, 9 Jan 2016 21:22:32 +0000 (16:22 -0500)
sys-apps/pkgcore/pkgcore-9999.ebuild

index a655e26a1a689f2eb745bddb4f13e8a62d4f6142..ed12f08351687fcfe52c34ecaf042b80aee455eb 100644 (file)
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+DISTUTILS_IN_SOURCE_BUILD=1
 inherit distutils-r1
 
 if [[ ${PV} == *9999 ]] ; then