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/biblio | |
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/biblio')
-rw-r--r-- | app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild | 1 | ||||
-rw-r--r-- | app-emacs/biblio/biblio-0.3.ebuild | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild b/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild index ac9bcf417e26..cfe6c3a40471 100644 --- a/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild +++ b/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild @@ -6,7 +6,6 @@ EAPI=8 COMMIT=517ec18f00f91b61481214b178f7ae0b8fbc499b -NEED_EMACS=24.4 inherit elisp diff --git a/app-emacs/biblio/biblio-0.3.ebuild b/app-emacs/biblio/biblio-0.3.ebuild index 9105a8ebd6c4..6007840ffb1e 100644 --- a/app-emacs/biblio/biblio-0.3.ebuild +++ b/app-emacs/biblio/biblio-0.3.ebuild @@ -5,8 +5,6 @@ EAPI=8 -NEED_EMACS=24.4 - inherit elisp DESCRIPTION="Browse and import bibliographic references with Emacs" |