eclass/elisp-common: Sync with Gentoo

It's from Gentoo commit be6fac4e3812ef82278b8b2679f1de7a3c6d8f2b.
This commit is contained in:
Flatcar Buildbot 2023-03-27 07:22:51 +00:00
parent fde7837906
commit 4ab2bfafb6

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# @ECLASS: elisp-common.eclass # @ECLASS: elisp-common.eclass
@ -206,7 +206,7 @@ BYTECOMPFLAGS="-L ."
# @ECLASS_VARIABLE: NEED_EMACS # @ECLASS_VARIABLE: NEED_EMACS
# @DESCRIPTION: # @DESCRIPTION:
# The minimum Emacs version required for the package. # The minimum Emacs version required for the package.
: ${NEED_EMACS:=23.1} : "${NEED_EMACS:=25.3}"
# @ECLASS_VARIABLE: _ELISP_EMACS_VERSION # @ECLASS_VARIABLE: _ELISP_EMACS_VERSION
# @INTERNAL # @INTERNAL