Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pinfo/
Date: Wed, 19 Aug 2020 13:57:19
Message-Id: 1597845431.0e2c5b910bf3067d91d357a68d5b7a185a7a32be.jer@gentoo
1 commit: 0e2c5b910bf3067d91d357a68d5b7a185a7a32be
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 13:53:46 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 13:57:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2c5b91
7
8 app-text/pinfo: Filter out -Werror
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Closes: https://bugs.gentoo.org/692366
12 Closes: https://bugs.gentoo.org/722414
13 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
14
15 app-text/pinfo/pinfo-0.6.13.ebuild | 3 +++
16 app-text/pinfo/pinfo-99999.ebuild | 4 +++-
17 2 files changed, 6 insertions(+), 1 deletion(-)
18
19 diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild b/app-text/pinfo/pinfo-0.6.13.ebuild
20 index 1edae9c02d3..65a73c599ed 100644
21 --- a/app-text/pinfo/pinfo-0.6.13.ebuild
22 +++ b/app-text/pinfo/pinfo-0.6.13.ebuild
23 @@ -34,6 +34,9 @@ PATCHES=(
24
25 src_prepare() {
26 default
27 +
28 + sed -i -e 's| -Werror||g' configure.ac || die
29 +
30 eautoreconf
31 }
32
33
34 diff --git a/app-text/pinfo/pinfo-99999.ebuild b/app-text/pinfo/pinfo-99999.ebuild
35 index 697760bc7fc..94bcef91cbb 100644
36 --- a/app-text/pinfo/pinfo-99999.ebuild
37 +++ b/app-text/pinfo/pinfo-99999.ebuild
38 @@ -29,11 +29,13 @@ DEPEND="
39 PATCHES=(
40 "${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
41 "${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
42 - "${FILESDIR}"/${PN}-0.6.13-fno-common.patch
43 )
44
45 src_prepare() {
46 default
47 +
48 + sed -i -e 's| -Werror||g' configure.ac || die
49 +
50 eautoreconf
51 }