projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fabf38
)
python-any-r1.eclass: Enable EAPI 7 (no changes)
author
Michał Górny
<mgorny@gentoo.org>
Thu, 3 May 2018 13:49:04 +0000
(15:49 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 7 May 2018 07:43:30 +0000
(09:43 +0200)
eclass/python-any-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-any-r1.eclass
b/eclass/python-any-r1.eclass
index e4d2d46bc706a3228c3434f8c132c9a62a5a90fd..6f23109cf8d769ef44582a0a0d6c2dbb1554bb84 100644
(file)
--- a/
eclass/python-any-r1.eclass
+++ b/
eclass/python-any-r1.eclass
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: python-any-r1.eclass
@@
-36,7
+36,7
@@
# https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
case "${EAPI:-0}" in
- 0|1|2|3|4|5|6)
+ 0|1|2|3|4|5|6
|7
)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"