diff options
author | Matthew Smith <matthew@gentoo.org> | 2023-03-23 11:51:55 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 18:50:43 +0200 |
commit | 21070120f4f34c3532063e087c90bf415e925ff5 (patch) | |
tree | 3134fe0b341728d01cf6a8157fb9dd924d242bce /app-emacs/transient | |
parent | elisp-common.eclass: Update NEED_EMACS to 25.3 (diff) | |
download | gentoo-21070120f4f34c3532063e087c90bf415e925ff5.tar.gz gentoo-21070120f4f34c3532063e087c90bf415e925ff5.tar.bz2 gentoo-21070120f4f34c3532063e087c90bf415e925ff5.zip |
app-emacs/*: drop redundant NEED_EMACS
Not needed after elisp-common.eclass changed the default to
25.3 (the oldest currently in tree).
Signed-off-by: Matthew Smith <matthew@gentoo.org>
[Whitespace: removed double empty lines]
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/transient')
-rw-r--r-- | app-emacs/transient/transient-0.3.6.ebuild | 3 | ||||
-rw-r--r-- | app-emacs/transient/transient-0.3.7.ebuild | 3 | ||||
-rw-r--r-- | app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/app-emacs/transient/transient-0.3.6.ebuild b/app-emacs/transient/transient-0.3.6.ebuild index 23fb452bcd9c..b7a1b10c7773 100644 --- a/app-emacs/transient/transient-0.3.6.ebuild +++ b/app-emacs/transient/transient-0.3.6.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -NEED_EMACS=25 inherit elisp diff --git a/app-emacs/transient/transient-0.3.7.ebuild b/app-emacs/transient/transient-0.3.7.ebuild index a4ee9d31a45f..1b8ca4799438 100644 --- a/app-emacs/transient/transient-0.3.7.ebuild +++ b/app-emacs/transient/transient-0.3.7.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -NEED_EMACS=25 inherit elisp diff --git a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild index f7f39120a96d..4968d473f8d9 100644 --- a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild +++ b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild @@ -4,7 +4,6 @@ EAPI=8 COMMIT=097f5be6e0c228790a6e78ffee5f0c599cb58b20 -NEED_EMACS=25.1 inherit elisp |