projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3e4b5
)
multilib-minimal.eclass: Enable EAPI 7 (no changes)
author
Michał Górny
<mgorny@gentoo.org>
Thu, 3 May 2018 10:12:46 +0000
(12:12 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 7 May 2018 07:43:28 +0000
(09:43 +0200)
eclass/multilib-minimal.eclass
patch
|
blob
|
history
diff --git
a/eclass/multilib-minimal.eclass
b/eclass/multilib-minimal.eclass
index de46762ca61a57dbc9dee81a6e42b17b412c0002..ae40eeb25895e4f6b98c35b22538344aa9e6a719 100644
(file)
--- a/
eclass/multilib-minimal.eclass
+++ b/
eclass/multilib-minimal.eclass
@@
-1,4
+1,4
@@
-# Copyright 1999-201
4
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: multilib-minimal.eclass
@@
-24,7
+24,7
@@
# EAPI=4 is required for meaningful MULTILIB_USEDEP.
case ${EAPI:-0} in
- 4|5|6) ;;
+ 4|5|6
|7
) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac