texlive-common.eclass: code cleanup
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 4 Nov 2019 17:51:29 +0000 (20:51 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 4 Nov 2019 17:51:29 +0000 (20:51 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
eclass/texlive-common.eclass

index e9a2eee65bd377dd57971c738d86998634d5a659..593e88558710d2d820d8c400fd626212dc71822e 100644 (file)
@@ -6,7 +6,7 @@
 # tex@gentoo.org
 # @AUTHOR:
 # Original Author: Alexis Ballier <aballier@gentoo.org>
-# @SUPPORTED_EAPIS: 3 4 5 6 7
+# @SUPPORTED_EAPIS: 7
 # @BLURB: Provide various functions used by both texlive-core and texlive modules
 # @DESCRIPTION:
 # Purpose: Provide various functions used by both texlive-core and texlive
@@ -15,7 +15,7 @@
 # Note that this eclass *must* not assume the presence of any standard tex tool
 
 case "${EAPI:-0}" in
-       0|1|2)
+       0|1|2|3|4|5|6)
                die "EAPI='${EAPI}' is not supported anymore"
                ;;
        *)