diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-15 21:48:49 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-16 20:09:53 +0200 |
commit | b5a1cc00cdf9371316b62b4ea68a2a49aae7ae52 (patch) | |
tree | 3e56f190a6879d465000447d284257edf8d4b9d9 /eclass/mercurial.eclass | |
parent | mercurial.eclass: Fix typo in eclassdoc (diff) | |
download | gentoo-b5a1cc00cdf9371316b62b4ea68a2a49aae7ae52.tar.gz gentoo-b5a1cc00cdf9371316b62b4ea68a2a49aae7ae52.tar.bz2 gentoo-b5a1cc00cdf9371316b62b4ea68a2a49aae7ae52.zip |
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>
Diffstat (limited to 'eclass/mercurial.eclass')
-rw-r--r-- | eclass/mercurial.eclass | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index 472d7448d513..16d9fc87cb0a 100644 --- a/eclass/mercurial.eclass +++ b/eclass/mercurial.eclass @@ -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 |