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 67DFE139694 for ; Mon, 5 Jun 2017 16:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4F53E0D1F; Mon, 5 Jun 2017 16:31:56 +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 C0438E0D1F for ; Mon, 5 Jun 2017 16:31:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5691E341944 for ; Mon, 5 Jun 2017 16:31:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E903A7449 for ; Mon, 5 Jun 2017 16:31:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1496680286.ac1b6b8c9c3baca87e8f568b6d2e68c9c87ecbcd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild media-libs/libsndfile/libsndfile-1.0.28.ebuild X-VCS-Directories: media-libs/libsndfile/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ac1b6b8c9c3baca87e8f568b6d2e68c9c87ecbcd X-VCS-Branch: master Date: Mon, 5 Jun 2017 16:31:53 +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: 7b3f2046-9247-47b9-ae5d-1af3ea055700 X-Archives-Hash: db1fe38b3009fb957f679bba91bffef7 commit: ac1b6b8c9c3baca87e8f568b6d2e68c9c87ecbcd Author: David Seifert gentoo org> AuthorDate: Mon Jun 5 16:31:26 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jun 5 16:31:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1b6b8c media-libs/libsndfile: Revbump to honour user CFLAGS Bug: https://bugs.gentoo.org/show_bug.cgi?id=620782 Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../{libsndfile-1.0.28.ebuild => libsndfile-1.0.28-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsndfile/libsndfile-1.0.28.ebuild b/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild similarity index 97% rename from media-libs/libsndfile/libsndfile-1.0.28.ebuild rename to media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild index 18cdbe153e2..d0862f411ff 100644 --- a/media-libs/libsndfile/libsndfile-1.0.28.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild @@ -43,8 +43,8 @@ pkg_setup() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ --disable-octave \ - --disable-gcc-pipe \ - --disable-gcc-opt \ + --enable-gcc-pipe \ + --enable-gcc-opt \ $(use_enable static-libs static) \ $(use_enable !minimal external-libs) \ $(multilib_native_enable full-suite) \