projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ba7f41
)
dev-python/webcolors: Add pypy support
author
Justin Lecher
<jlec@gentoo.org>
Wed, 2 Sep 2015 10:41:32 +0000
(12:41 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Wed, 2 Sep 2015 11:05:32 +0000
(13:05 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/webcolors/webcolors-1.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/webcolors/webcolors-1.5.ebuild
b/dev-python/webcolors/webcolors-1.5.ebuild
index d81e75bebd787b4b56182ef0369d7cac31be75ca..a871da0be8c4f0ddac6ad556461a3797f42d1385 100644
(file)
--- a/
dev-python/webcolors/webcolors-1.5.ebuild
+++ b/
dev-python/webcolors/webcolors-1.5.ebuild
@@
-4,7
+4,7
@@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4}
pypy pypy3
)
inherit distutils-r1