diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-04 20:51:29 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-04 20:51:29 +0300 |
commit | 01236a48a5ce46cb417eb55ad177c2d3552eaeb4 (patch) | |
tree | ec3ebcc9a98f9ea7dc5e8a09494c238028829306 /eclass/texlive-common.eclass | |
parent | app-text/texlive: make texmf collide less (diff) | |
download | gentoo-01236a48a5ce46cb417eb55ad177c2d3552eaeb4.tar.gz gentoo-01236a48a5ce46cb417eb55ad177c2d3552eaeb4.tar.bz2 gentoo-01236a48a5ce46cb417eb55ad177c2d3552eaeb4.zip |
texlive-common.eclass: code cleanup
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'eclass/texlive-common.eclass')
-rw-r--r-- | eclass/texlive-common.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass index e9a2eee65bd3..593e88558710 100644 --- a/eclass/texlive-common.eclass +++ b/eclass/texlive-common.eclass @@ -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" ;; *) |