mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user