summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-11-17 10:31:34 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-11-17 10:31:34 +0100
commitfa5c5b306d3b7282af1e575a08d5f74ca5ff6cd5 (patch)
treecf446b9a51e81c755adc414194ead05dfccfbaec
parentdev-tex/tex4ht: add 20230311_p68735, drop 20230000_p68735 (diff)
downloadtex-overlay-fa5c5b306d3b7282af1e575a08d5f74ca5ff6cd5.tar.gz
tex-overlay-fa5c5b306d3b7282af1e575a08d5f74ca5ff6cd5.tar.bz2
tex-overlay-fa5c5b306d3b7282af1e575a08d5f74ca5ff6cd5.zip
texlive-module.elcass: fuse EAPI case
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--eclass/texlive-module.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
index 6fa40aa..0ecab81 100644
--- a/eclass/texlive-module.eclass
+++ b/eclass/texlive-module.eclass
@@ -72,8 +72,7 @@
# e.g. for enabling/disabling a feature
case ${EAPI} in
- 7) ;;
- 8) ;;
+ 7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac