projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9338a2b
)
readme.gentoo.eclass: Enable EAPI 6.
author
Ulrich Müller
<ulm@gentoo.org>
Sat, 12 Dec 2015 08:57:16 +0000
(09:57 +0100)
committer
Ulrich Müller
<ulm@gentoo.org>
Sat, 12 Dec 2015 08:57:16 +0000
(09:57 +0100)
eclass/readme.gentoo.eclass
patch
|
blob
|
history
diff --git
a/eclass/readme.gentoo.eclass
b/eclass/readme.gentoo.eclass
index fdef2fe19cb0c44793cd3c11a487c4226ab6a00e..4a19b1c86324aef2fe4b0475e45ef29927def4df 100644
(file)
--- a/
eclass/readme.gentoo.eclass
+++ b/
eclass/readme.gentoo.eclass
@@
-1,4
+1,4
@@
-# Copyright 1999-201
4
Gentoo Foundation
+# Copyright 1999-201
5
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@
-24,7
+24,7
@@
case "${EAPI:-0}" in
0|1|2|3)
die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
;;
- 4|5)
+ 4|5
|6
)
# EAPI>=4 is required for REPLACING_VERSIONS preventing us
# from needing to export another pkg_preinst phase to save has_version
# result. Also relies on EAPI >=4 default src_install phase.