projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2641226
)
dev-util/pkgcheck: add py36 support
author
Tim Harder
<radhermit@gentoo.org>
Mon, 27 Feb 2017 01:38:10 +0000
(20:38 -0500)
committer
Tim Harder
<radhermit@gentoo.org>
Mon, 27 Feb 2017 01:39:18 +0000
(20:39 -0500)
dev-util/pkgcheck/pkgcheck-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/pkgcheck/pkgcheck-9999.ebuild
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index ef4c7be9aee3d1fd07aa5cdf1c2d26cb63d0353b..a4ed7362bef8cecb0b02efe07e694da35c75a057 100644
(file)
--- a/
dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/
dev-util/pkgcheck/pkgcheck-9999.ebuild
@@
-3,7
+3,7
@@
# $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