From 9780528471bb1312b1a2bcbf97d552179d02560d Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 9 Jan 2016 16:19:47 -0500 Subject: [PATCH] dev-util/pkgcheck: add py3 support --- dev-util/pkgcheck/pkgcheck-9999.ebuild | 5 +++-- 1 file 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 -- 2.26.2