projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da392d
)
eclass/sgml-catalog.eclass: Stop using base.eclass
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 4 Nov 2018 12:22:08 +0000
(13:22 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 4 Nov 2018 12:33:58 +0000
(13:33 +0100)
Thanks-to: Bernd Waibel
Closes: https://bugs.gentoo.org/497052
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
eclass/sgml-catalog.eclass
patch
|
blob
|
history
diff --git
a/eclass/sgml-catalog.eclass
b/eclass/sgml-catalog.eclass
index 7cc51fe3fdf4ea5d2c0de81ce39a66b8f70b265d..5486533c2ea7731623bd157878314f922d19f439 100644
(file)
--- 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"