projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8e16c
)
python-r1.eclass: Enable EAPI 7 (no changes)
author
Michał Górny
<mgorny@gentoo.org>
Thu, 3 May 2018 13:53:11 +0000
(15:53 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 7 May 2018 07:43:31 +0000
(09:43 +0200)
eclass/python-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-r1.eclass
b/eclass/python-r1.eclass
index 5ec23d23d8cc941d2eb42a7a85791fc4248ba864..8a8adb449cc36b863977d3c9bac73de7e7426253 100644
(file)
--- a/
eclass/python-r1.eclass
+++ b/
eclass/python-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-r1.eclass
@@
-32,7
+32,7
@@
case "${EAPI:-0}" in
0|1|2|3|4)
die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
;;
- 5|6)
+ 5|6
|7
)
# EAPI=5 is required for sane USE_EXPAND dependencies
;;
*)