dev-util/pkgcheck: add py3 support
authorTim Harder <radhermit@gentoo.org>
Sat, 9 Jan 2016 21:19:47 +0000 (16:19 -0500)
committerTim Harder <radhermit@gentoo.org>
Sat, 9 Jan 2016 21:22:32 +0000 (16:22 -0500)
dev-util/pkgcheck/pkgcheck-9999.ebuild

index 316538edf1fb723390ba2db4845ddd7ae4a737d6..ab8aac7458bfacb778dcaa12defd6f58334fe097 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