projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6563086
)
sys-apps/pkgcore: add py3 support
author
Tim Harder
<radhermit@gentoo.org>
Sat, 9 Jan 2016 21:15:28 +0000
(16:15 -0500)
committer
Tim Harder
<radhermit@gentoo.org>
Sat, 9 Jan 2016 21:22:32 +0000
(16:22 -0500)
sys-apps/pkgcore/pkgcore-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/pkgcore/pkgcore-9999.ebuild
b/sys-apps/pkgcore/pkgcore-9999.ebuild
index a655e26a1a689f2eb745bddb4f13e8a62d4f6142..ed12f08351687fcfe52c34ecaf042b80aee455eb 100644
(file)
--- a/
sys-apps/pkgcore/pkgcore-9999.ebuild
+++ b/
sys-apps/pkgcore/pkgcore-9999.ebuild
@@
-1,9
+1,10
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
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