From e32e40f19f2417601c8c881780429aeade00c59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 17 Dec 2025 16:29:29 +0100 Subject: [PATCH] crossdev.eclass: Support EAPI 9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acked-by: Sam James Signed-off-by: Ulrich Müller --- eclass/crossdev.eclass | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/crossdev.eclass b/eclass/crossdev.eclass index d6c99e4f32b77..bf9eab279bc69 100644 --- a/eclass/crossdev.eclass +++ b/eclass/crossdev.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: crossdev.eclass @@ -6,19 +6,19 @@ # cat@catcream.org # @AUTHOR: # Alfred Persson Forsberg (21 Jul 2023) -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 7 8 9 # @BLURB: Convenience wrappers for packages used by the Crossdev tool. inherit toolchain-funcs -case ${EAPI} in - 7|8) ;; - *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; -esac - if [[ -z ${_CROSSDEV_ECLASS} ]]; then _CROSSDEV_ECLASS=1 +case ${EAPI} in + 7|8|9) ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; +esac + # @ECLASS_VARIABLE: _CROSS_CATEGORY_PREFIX # @INTERNAL # @DESCRIPTION: