Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gzip/
Date: Sun, 14 Oct 2018 10:20:20
Message-Id: 1539512406.324cd4cb51413b09983348d55230e20a8f730b18.slyfox@gentoo
1 commit: 324cd4cb51413b09983348d55230e20a8f730b18
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 10:14:27 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 10:20:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324cd4cb
7
8 app-arch/gzip: disable -Werror, bug #663928
9
10 Bug: https://bugs.gentoo.org/663928
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 app-arch/gzip/gzip-1.9.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-arch/gzip/gzip-1.9.ebuild b/app-arch/gzip/gzip-1.9.ebuild
18 index 5bfc0488eff..d8bd176b4ea 100644
19 --- a/app-arch/gzip/gzip-1.9.ebuild
20 +++ b/app-arch/gzip/gzip-1.9.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -24,7 +24,7 @@ src_configure() {
28 use static && append-flags -static
29 # avoid text relocation in gzip
30 use pic && export DEFS="NO_ASM"
31 - econf
32 + econf --disable-gcc-warnings #663928
33 }
34
35 src_install() {