commit: be6fac4e3812ef82278b8b2679f1de7a3c6d8f2b Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 26 16:12:40 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 16:50:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6fac4e
elisp-common.eclass: Update NEED_EMACS to 25.3 This corresponds to the oldest version of Emacs (other than slot 18) currently in the tree. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/elisp-common.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 1a54686988a2..004db173f0cd 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -206,7 +206,7 @@ BYTECOMPFLAGS="-L ." # @ECLASS_VARIABLE: NEED_EMACS # @DESCRIPTION: # The minimum Emacs version required for the package. -: "${NEED_EMACS:=23.1}" +: "${NEED_EMACS:=25.3}" # @ECLASS_VARIABLE: _ELISP_EMACS_VERSION # @INTERNAL