From: Tim Harder Date: Sat, 9 Jan 2016 21:15:28 +0000 (-0500) Subject: sys-apps/pkgcore: add py3 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bc59090672de10de7c07471b89813b939cd8590b;p=gentoo.git sys-apps/pkgcore: add py3 support --- diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index a655e26a1a68..ed12f0835168 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-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