projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc1de0
)
readme.gentoo.eclass: [QA] inherit estack.eclass directly
author
David Seifert
<soap@gentoo.org>
Wed, 12 Feb 2020 21:03:48 +0000
(22:03 +0100)
committer
David Seifert
<soap@gentoo.org>
Wed, 12 Feb 2020 21:03:48 +0000
(22:03 +0100)
Closes: https://github.com/gentoo/gentoo/pull/14645
Signed-off-by: David Seifert <soap@gentoo.org>
eclass/readme.gentoo.eclass
patch
|
blob
|
history
diff --git
a/eclass/readme.gentoo.eclass
b/eclass/readme.gentoo.eclass
index cedd0580a3d6260ab849a3297b2254f85ca77f05..fdb2d60f183f977a26136fca27cf48955d5047c5 100644
(file)
--- a/
eclass/readme.gentoo.eclass
+++ b/
eclass/readme.gentoo.eclass
@@
-1,4
+1,4
@@
-# Copyright 1999-20
18 Gentoo Foundation
+# Copyright 1999-20
20 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: readme.gentoo.eclass
@@
-19,7
+19,7
@@
if [[ -z ${_README_GENTOO_ECLASS} ]]; then
_README_GENTOO_ECLASS=1
-inherit eutils
+inherit e
stack e
utils
case "${EAPI:-0}" in
0|1|2|3)