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 8FE1C139694 for ; Sun, 19 Feb 2017 22:17:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88F5E0D6F; Sun, 19 Feb 2017 22:17:52 +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 83AB2E0D6F for ; Sun, 19 Feb 2017 22:17:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F736340BEA for ; Sun, 19 Feb 2017 22:17:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1D204DB0 for ; Sun, 19 Feb 2017 22:17:49 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1487542660.c67a520c832e9021889d428669e4002df03e702d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-2.0.14.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c67a520c832e9021889d428669e4002df03e702d X-VCS-Branch: master Date: Sun, 19 Feb 2017 22:17:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 76322284-d172-4101-a9bf-e30962eaca50 X-Archives-Hash: 788201b1682e061729aaad16d4811d29 commit: c67a520c832e9021889d428669e4002df03e702d Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Feb 19 22:10:43 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Feb 19 22:17:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67a520c dev-scheme/guile: revert fix CFLAGS=-gddb3 build failure, bug#608190 guile-snarf should be fixed upstream as it's a sensitive and brittle sed script. This reverts commit aa3c28baa056846ebd14dfbb48058b91018188fd. dev-scheme/guile/guile-2.0.14.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-scheme/guile/guile-2.0.14.ebuild b/dev-scheme/guile/guile-2.0.14.ebuild index 87f2621de4..ab7f9c651b 100644 --- a/dev-scheme/guile/guile-2.0.14.ebuild +++ b/dev-scheme/guile/guile-2.0.14.ebuild @@ -42,9 +42,6 @@ src_configure() { # see bug #178499 filter-flags -ftree-vectorize - # see bug #608190 - replace-flags -ggdb[3-9] -ggdb2 - econf \ --disable-error-on-warning \ --disable-rpath \