Skip to content

Commit

Permalink
eclass/sgml-catalog.eclass: Stop using base.eclass
Browse files Browse the repository at this point in the history
Thanks-to: Bernd Waibel
Closes: https://bugs.gentoo.org/497052
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed Nov 4, 2018
1 parent 9da392d commit d6429bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eclass/sgml-catalog.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
# Author Matthew Turk <[email protected]>
# @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"

Expand Down

0 comments on commit d6429bc

Please sign in to comment.