summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-01-09 16:19:47 -0500
committerTim Harder <radhermit@gentoo.org>2016-01-09 16:22:32 -0500
commit9780528471bb1312b1a2bcbf97d552179d02560d (patch)
tree438122511808acd2880eee1afd153e8d97b14ffd /dev-util/pkgcheck
parentsys-apps/pkgcore: add py3 support (diff)
downloadgentoo-9780528471bb1312b1a2bcbf97d552179d02560d.tar.gz
gentoo-9780528471bb1312b1a2bcbf97d552179d02560d.tar.bz2
gentoo-9780528471bb1312b1a2bcbf97d552179d02560d.zip
dev-util/pkgcheck: add py3 support
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 316538edf1fb..ab8aac7458bf 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -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