projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17ffa22
)
dev-python/dill: Add python3_6 to PYTHON_COMPAT
author
Zac Medico
<zmedico@gentoo.org>
Thu, 16 Mar 2017 07:37:29 +0000
(
00:37
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 16 Mar 2017 08:00:06 +0000
(
01:00
-0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/dill/dill-0.2.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/dill/dill-0.2.5.ebuild
b/dev-python/dill/dill-0.2.5.ebuild
index f5c0414419a2cd11d85a80621bd74b03f49789b7..ef70f9de3e2c96d3504ede572448fef504b37b6d 100644
(file)
--- a/
dev-python/dill/dill-0.2.5.ebuild
+++ b/
dev-python/dill/dill-0.2.5.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5
,6
} pypy )
inherit distutils-r1