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 4100F139694 for ; Fri, 14 Apr 2017 19:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3192821C06B; Fri, 14 Apr 2017 19:32:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DBDC1E0D1F for ; Fri, 14 Apr 2017 19:32:23 +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 6C2043416A4; Fri, 14 Apr 2017 19:32:22 +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 1/4] eutils.eclass: Remove implicit epunt-cxx inherit Date: Fri, 14 Apr 2017 21:32:12 +0200 Message-Id: <20170414193215.12952-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.12.2 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: c0656ae2-a592-4aef-b1fc-c3f6550bcd19 X-Archives-Hash: ed47b189479626e9df876a97007c315e Stop inheriting the epunt-cxx eclass in eutils implicitly. All the uses in ::gentoo are fixed already, and this lets us add extra dependencies in the eclass without affecting most of the packages out there. --- eclass/eutils.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index ea2a76200f09..d5dbffabf295 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -20,8 +20,7 @@ _EUTILS_ECLASS=1 # implicitly inherited (now split) eclasses case ${EAPI:-0} in 0|1|2|3|4|5|6) - # note: we want to remove epunt-cxx retroactively for #566424 - inherit epatch epunt-cxx estack ltprune multilib toolchain-funcs + inherit epatch estack ltprune multilib toolchain-funcs ;; esac -- 2.12.2