rhvoice-voice.eclass: support EAPI 9

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-04-19 14:51:21 +05:00
parent 7238d574ac
commit bfc8d708c8

View File

@@ -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