eclass/sgml-catalog.eclass: Stop using base.eclass

Thanks-to: Bernd Waibel
Closes: https://bugs.gentoo.org/497052
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2018-11-04 13:22:08 +01:00
parent 9da392dacc
commit d6429bc3e8

View File

@@ -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"