projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c00599f
)
dev-python/wtf-peewee: Support python 3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 11:18:01 +0000
(13:18 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 11:30:44 +0000
(13:30 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
b/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
index 82141bdfac31973876ddf6f578a05cb901511508..0fa9610b46bcdf96d22d10b5de42864b7093eabc 100644
(file)
--- a/
dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
+++ b/
dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} )
inherit distutils-r1