From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1031497-garchives=archives.gentoo.org@lists.gentoo.org> 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 113E2138334 for <garchives@archives.gentoo.org>; Thu, 21 Jun 2018 07:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CA4BE0930; Thu, 21 Jun 2018 07:30:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E99B7E0930 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jun 2018 07:30:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83DC8335C81 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jun 2018 07:30:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F8842D6 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jun 2018 07:30:49 +0000 (UTC) From: "Fabian Groffen" <grobian@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" <grobian@gentoo.org> Message-ID: <1529566245.dd14ed983200222106295107ca05efa192af10b1.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/gcc/gcc-7.3.0-r3.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: dd14ed983200222106295107ca05efa192af10b1 X-VCS-Branch: master Date: Thu, 21 Jun 2018 07:30:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 634ded52-ec48-437d-945d-e28a8413633f X-Archives-Hash: 18b81b4b43daec7285b77e3660b1e2aa commit: dd14ed983200222106295107ca05efa192af10b1 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Jun 21 07:30:45 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Jun 21 07:30:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=dd14ed98 sys-devel/gcc: undo accidential commit Package-Manager: Portage-2.3.40.2-prefix, Repoman-2.3.9 sys-devel/gcc/gcc-7.3.0-r3.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys-devel/gcc/gcc-7.3.0-r3.ebuild b/sys-devel/gcc/gcc-7.3.0-r3.ebuild index 2653735cc7..c4484c440f 100644 --- a/sys-devel/gcc/gcc-7.3.0-r3.ebuild +++ b/sys-devel/gcc/gcc-7.3.0-r3.ebuild @@ -41,10 +41,6 @@ src_prepare() { # fix for powerpc-darwin, from upstream, fixed for 7.4 epatch "${FILESDIR}"/${P}-powerpc-darwin.patch - - # fix compilation on >=Solaris-11, bug #657514 - sed -i -e '/-linux.*-cygwin/s/)/ | *-solaris*)/' \ - libstdc++-v3/configure || die } src_configure() {