summaryrefslogtreecommitdiff
path: root/eclass/sgml-catalog.eclass
diff options
context:
space:
mode:
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"