commit: 1e7b2242de29ec60105df1ef31939aed85a8b0eb Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Feb 12 21:03:48 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Feb 12 21:03:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7b2242
readme.gentoo.eclass: [QA] inherit estack.eclass directly Closes: https://github.com/gentoo/gentoo/pull/14645 Signed-off-by: David Seifert <soap <AT> gentoo.org> eclass/readme.gentoo.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/readme.gentoo.eclass b/eclass/readme.gentoo.eclass index cedd0580a3d..fdb2d60f183 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)