mercurial.eclass: Don't inherit eutils

None of the ebuilds inheriting mercurial.eclass needs any of the
remaining eutils features in EAPI 7.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2023-06-15 21:48:49 +02:00
parent 1f113d0d4a
commit b5a1cc00cd

View File

@@ -25,14 +25,6 @@ _MERCURIAL_ECLASS=1
PROPERTIES+=" live"
case ${EAPI:-0} in
7)
# For compatibiilty only (indirect inherits).
# Eclass itself doesn't need it.
inherit eutils
;;
esac
BDEPEND="dev-vcs/mercurial"
# @ECLASS_VARIABLE: EHG_REPO_URI