diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 01:32:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 03:02:45 +0100 |
commit | 408a5dc1d82fb7af0ee932ea793937d89e3b05db (patch) | |
tree | e97c731914f1b33cf8508a367ce90a308c276ac6 /eclass/elisp.eclass | |
parent | cron.eclass: drop incorrect (and misplaced) comment re bug assignment (diff) | |
download | gentoo-408a5dc1d82fb7af0ee932ea793937d89e3b05db.tar.gz gentoo-408a5dc1d82fb7af0ee932ea793937d89e3b05db.tar.bz2 gentoo-408a5dc1d82fb7af0ee932ea793937d89e3b05db.zip |
elisp.eclass: mark NEED_EMACS as @PRE_INHERIT
Obviously controls dependency in global scope,
as the DESCRIPTION indicates.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
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 |