projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39a23ac
)
virtual/python-greenlet: add python3.7 support
author
Ultrabug
<ultrabug@gentoo.org>
Wed, 18 Jul 2018 09:33:55 +0000
(11:33 +0200)
committer
Ultrabug
<ultrabug@gentoo.org>
Wed, 18 Jul 2018 09:40:59 +0000
(11:40 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
virtual/python-greenlet/python-greenlet-1.0.ebuild
patch
|
blob
|
history
diff --git
a/virtual/python-greenlet/python-greenlet-1.0.ebuild
b/virtual/python-greenlet/python-greenlet-1.0.ebuild
index 4f2384226a7b33b139fd50c62125080de6410d73..13bded7e61d02e5b7979c29d500d9298fc9ddeab 100644
(file)
--- a/
virtual/python-greenlet/python-greenlet-1.0.ebuild
+++ b/
virtual/python-greenlet/python-greenlet-1.0.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6
,7
} pypy pypy3 )
inherit python-r1