diff options
-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 |