From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3D98139694 for ; Fri, 14 Apr 2017 19:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 983F421C092; Fri, 14 Apr 2017 19:32:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59A7D21C08E for ; Fri, 14 Apr 2017 19:32:25 +0000 (UTC) Received: from localhost.localdomain (d202-252.icpnet.pl [109.173.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 957783416A6; Fri, 14 Apr 2017 19:32:23 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 2/4] epunt-cxx.eclass: Inherit eutils for eqawarn Date: Fri, 14 Apr 2017 21:32:13 +0200 Message-Id: <20170414193215.12952-2-mgorny@gentoo.org> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20170414193215.12952-1-mgorny@gentoo.org> References: <20170414193215.12952-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: f977feee-7d8d-4b27-a78d-e98b5ed4e69a X-Archives-Hash: b9792ea99c33933d53da8e74815e14c6 Now that eutils does not inherit epunt-cxx implicitly, we can reverse the inherit without having circular dependencies. --- eclass/epunt-cxx.eclass | 10 ++-------- 1 file 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 -- 2.12.2