From 408a5dc1d82fb7af0ee932ea793937d89e3b05db Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 31 Mar 2021 01:32:16 +0100 Subject: elisp.eclass: mark NEED_EMACS as @PRE_INHERIT Obviously controls dependency in global scope, as the DESCRIPTION indicates. Signed-off-by: Sam James --- eclass/elisp.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 7876928c7fb2..a092041009bf 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,4 +1,4 @@ -# Copyright 2002-2020 Gentoo Authors +# Copyright 2002-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: elisp.eclass @@ -27,6 +27,7 @@ # ${PN}.el in src_unpack(). # @ECLASS-VARIABLE: NEED_EMACS +# @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: # If you need anything different from Emacs 23, use the NEED_EMACS -- cgit v1.2.3-65-gdbad