projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de43b6
)
sys-apps/pkgcore: add py36 support
author
Tim Harder
<radhermit@gentoo.org>
Mon, 27 Feb 2017 01:37:55 +0000
(20:37 -0500)
committer
Tim Harder
<radhermit@gentoo.org>
Mon, 27 Feb 2017 01:39:18 +0000
(20:39 -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 bff7cf8e1c46f06c8e4b32876a620853eb0c06da..2b5abb75d0b0fbce6b7cceef0a27a2b551cb0e98 100644
(file)
--- a/
sys-apps/pkgcore/pkgcore-9999.ebuild
+++ b/
sys-apps/pkgcore/pkgcore-9999.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5
,3_6
} )
DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1