summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-03-26 18:12:40 +0200
committerUlrich Müller <ulm@gentoo.org>2023-03-26 18:50:42 +0200
commitbe6fac4e3812ef82278b8b2679f1de7a3c6d8f2b (patch)
tree0a2979b13038c30003056f6ee7f0851e64b90b00
parentdev-util/pkgdev: Stabilize 0.2.5 ALLARCHES, #903125 (diff)
downloadgentoo-be6fac4e3812ef82278b8b2679f1de7a3c6d8f2b.tar.gz
gentoo-be6fac4e3812ef82278b8b2679f1de7a3c6d8f2b.tar.bz2
gentoo-be6fac4e3812ef82278b8b2679f1de7a3c6d8f2b.zip
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@gentoo.org>
-rw-r--r--eclass/elisp-common.eclass2
1 files changed, 1 insertions, 1 deletions
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