projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6c791
)
dev-python/rnc2rng: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Tue, 26 Jun 2018 17:49:04 +0000
(19:49 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Tue, 26 Jun 2018 18:09:16 +0000
(20:09 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/rnc2rng/rnc2rng-2.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/rnc2rng/rnc2rng-2.5.ebuild
b/dev-python/rnc2rng/rnc2rng-2.5.ebuild
index f9ada9239184f70b640e4e14b0998fd73ac72580..27bfbb46e93c47d0901a52b858cced02b67cc18c 100644
(file)
--- a/
dev-python/rnc2rng/rnc2rng-2.5.ebuild
+++ b/
dev-python/rnc2rng/rnc2rng-2.5.ebuild
@@
-1,9
+1,8
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1