summaryrefslogtreecommitdiff
path: root/eclass/sgml-catalog.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /eclass/sgml-catalog.eclass
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'eclass/sgml-catalog.eclass')
-rw-r--r--eclass/sgml-catalog.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/sgml-catalog.eclass b/eclass/sgml-catalog.eclass
index 7cc51fe3fdf4..5486533c2ea7 100644
--- a/eclass/sgml-catalog.eclass
+++ b/eclass/sgml-catalog.eclass
@@ -8,7 +8,10 @@
# Author Matthew Turk <satai@gentoo.org>
# @BLURB: Functions for installing SGML catalogs
-inherit base
+case ${EAPI:-0} in
+ 0|1|2|3|4|5) inherit base ;;
+ *) ;;
+esac
DEPEND=">=app-text/sgml-common-0.6.3-r2"