Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/
Date: Mon, 05 Jun 2017 16:32:00
Message-Id: 1496680286.ac1b6b8c9c3baca87e8f568b6d2e68c9c87ecbcd.soap@gentoo
1 commit: ac1b6b8c9c3baca87e8f568b6d2e68c9c87ecbcd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 16:31:26 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 16:31:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1b6b8c
7
8 media-libs/libsndfile: Revbump to honour user CFLAGS
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=620782
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 .../{libsndfile-1.0.28.ebuild => libsndfile-1.0.28-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libsndfile/libsndfile-1.0.28.ebuild b/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild
17 similarity index 97%
18 rename from media-libs/libsndfile/libsndfile-1.0.28.ebuild
19 rename to media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild
20 index 18cdbe153e2..d0862f411ff 100644
21 --- a/media-libs/libsndfile/libsndfile-1.0.28.ebuild
22 +++ b/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild
23 @@ -43,8 +43,8 @@ pkg_setup() {
24 multilib_src_configure() {
25 ECONF_SOURCE="${S}" econf \
26 --disable-octave \
27 - --disable-gcc-pipe \
28 - --disable-gcc-opt \
29 + --enable-gcc-pipe \
30 + --enable-gcc-opt \
31 $(use_enable static-libs static) \
32 $(use_enable !minimal external-libs) \
33 $(multilib_native_enable full-suite) \