diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-14 21:06:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-25 19:57:55 +0200 |
commit | cc522f2eb3854bcd65a4edad24966116e95955e9 (patch) | |
tree | b2aa66cec37bb57f2496b6bf82d55fd1d60b4e64 /eclass/epunt-cxx.eclass | |
parent | eutils.eclass: Remove implicit epunt-cxx inherit (diff) | |
download | gentoo-cc522f2eb3854bcd65a4edad24966116e95955e9.tar.gz gentoo-cc522f2eb3854bcd65a4edad24966116e95955e9.tar.bz2 gentoo-cc522f2eb3854bcd65a4edad24966116e95955e9.zip |
epunt-cxx.eclass: Inherit eutils for eqawarn
Now that eutils does not inherit epunt-cxx implicitly, we can reverse
the inherit without having circular dependencies.
Diffstat (limited to 'eclass/epunt-cxx.eclass')
-rw-r--r-- | eclass/epunt-cxx.eclass | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/eclass/epunt-cxx.eclass b/eclass/epunt-cxx.eclass index 660b1d138fac..b7c944e281df 100644 --- a/eclass/epunt-cxx.eclass +++ b/eclass/epunt-cxx.eclass @@ -11,14 +11,8 @@ if [[ -z ${_EPUNT_CXX_ECLASS} ]]; then -# TODO: replace this with 'inherit eutils' once eutils stops inheriting -# us -if ! declare -F eqawarn >/dev/null ; then - eqawarn() { - has qa ${PORTAGE_ELOG_CLASSES} && ewarn "$@" - : - } -fi +# eutils for eqawarn +inherit eutils # If an overlay has eclass overrides, but doesn't actually override the # libtool.eclass, we'll have ECLASSDIR pointing to the active overlay's |