From bfc8d708c83adc073c47c6534d032a00e8a376b0 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 19 Apr 2026 14:51:21 +0500 Subject: [PATCH] rhvoice-voice.eclass: support EAPI 9 Signed-off-by: Anna (cybertailor) Vyalkova --- eclass/rhvoice-voice.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/rhvoice-voice.eclass b/eclass/rhvoice-voice.eclass index 796019f21d..1b7ab30aa5 100644 --- a/eclass/rhvoice-voice.eclass +++ b/eclass/rhvoice-voice.eclass @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: rhvoice-voice.eclass @@ -19,7 +19,7 @@ # # @CODE # -# EAPI=8 +# EAPI=9 # # RHVOICE_VOICE="arina" # RHVOICE_VOICE_REPO="arina-rus" @@ -31,7 +31,7 @@ # @CODE case ${EAPI} in - 8) ;; + 8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac