Signed-off-by: Ulrich Müller <[email protected]> --- eclass/elisp.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index e2f629edf1329..bac1a55e2d215 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,4 +1,4 @@ -# Copyright 2002-2024 Gentoo Authors +# Copyright 2002-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: elisp.eclass @@ -10,7 +10,7 @@ # Christian Faulhammer <[email protected]> # Ulrich Müller <[email protected]> # Maciej Barć <[email protected]> -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 7 8 9 # @PROVIDES: elisp-common # @BLURB: Eclass for Emacs Lisp packages # @DESCRIPTION: @@ -63,13 +63,13 @@ # Space separated list of Texinfo sources. Respective GNU Info files # will be generated in src_compile() and installed in src_install(). -inherit elisp-common - case ${EAPI} in - 7|8) ;; + 7|8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac +inherit elisp-common + RDEPEND=">=app-editors/emacs-${NEED_EMACS}:*" BDEPEND="${RDEPEND}" -- 2.52.0
