Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/
Date: Mon, 26 Oct 2015 20:19:44
Message-Id: 1445890745.2a86069af450a5fc94ddacc69409becefa3018b4.swegener@gentoo
1 commit: 2a86069af450a5fc94ddacc69409becefa3018b4
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 20:18:12 2015 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 20:19:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a86069a
7
8 sys-auth/oath-toolkit: Replace -Wall instead of -Werror
9
10 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
11
12 sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild
16 index 29c0e31..131b04b 100644
17 --- a/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild
18 +++ b/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild
19 @@ -27,7 +27,7 @@ src_prepare() {
20 gl/tests/Makefile.am
21 # disable portability warnings, caused by gtk-doc.make
22 sed -i \
23 - -e '/AM_INIT_AUTOMAKE/ s:-Werror:\0 -Wno-portability:' \
24 + -e '/AM_INIT_AUTOMAKE/ s:-Wall:\0 -Wno-portability:' \
25 {liboath,libpskc}/configure.ac
26 eautoreconf
27 default