diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 18:47:09 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 18:50:44 +0200 |
commit | c4da1883586778be40f1eb082dbdbd017a9c5a09 (patch) | |
tree | e36abbd02721a44735fc1ef3de70195b7983ea10 /app-emacs/pkg-info | |
parent | app-emacs/consult-flycheck: update NEED_EMACS (diff) | |
download | gentoo-c4da1883586778be40f1eb082dbdbd017a9c5a09.tar.gz gentoo-c4da1883586778be40f1eb082dbdbd017a9c5a09.tar.bz2 gentoo-c4da1883586778be40f1eb082dbdbd017a9c5a09.zip |
app-emacs/*: Drop redundant NEED_EMACS for remaining packages
The default in elisp-common.eclass is 25.3 now.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/pkg-info')
-rw-r--r-- | app-emacs/pkg-info/pkg-info-0.6.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emacs/pkg-info/pkg-info-0.6.ebuild b/app-emacs/pkg-info/pkg-info-0.6.ebuild index 6d5a97eaf6ad..8ef0989a4abf 100644 --- a/app-emacs/pkg-info/pkg-info-0.6.ebuild +++ b/app-emacs/pkg-info/pkg-info-0.6.ebuild @@ -1,10 +1,8 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -NEED_EMACS="24.1" - inherit elisp DESCRIPTION="Provide information about Emacs packages" |