mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user