summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-12 22:03:48 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-12 22:03:48 +0100
commit1e7b2242de29ec60105df1ef31939aed85a8b0eb (patch)
tree7a65a7d9acaeba1a56e00648859b8ced76eb7c08 /eclass
parentgolang-vcs.eclass: [QA] inherit estack.eclass directly (diff)
downloadgentoo-1e7b2242de29ec60105df1ef31939aed85a8b0eb.tar.gz
gentoo-1e7b2242de29ec60105df1ef31939aed85a8b0eb.tar.bz2
gentoo-1e7b2242de29ec60105df1ef31939aed85a8b0eb.zip
readme.gentoo.eclass: [QA] inherit estack.eclass directly
Closes: https://github.com/gentoo/gentoo/pull/14645 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/readme.gentoo.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/readme.gentoo.eclass b/eclass/readme.gentoo.eclass
index cedd0580a3d6..fdb2d60f183f 100644
--- a/eclass/readme.gentoo.eclass
+++ b/eclass/readme.gentoo.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 estack eutils
case "${EAPI:-0}" in
0|1|2|3)