Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-vcs/gitg/
Date: Tue, 12 Apr 2011 00:57:25
Message-Id: acad2a0d5c89d4132e8ba7c4b3cf2eee6129fce7.sping@gentoo
1 commit: acad2a0d5c89d4132e8ba7c4b3cf2eee6129fce7
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Tue Apr 12 00:55:05 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 12 00:55:05 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=acad2a0d
7
8 dev-vcs/gitg: Remove -Werror (bug #363009)
9
10 ---
11 dev-vcs/gitg/gitg-0.2.2.ebuild | 5 +++++
12 1 files changed, 5 insertions(+), 0 deletions(-)
13
14 diff --git a/dev-vcs/gitg/gitg-0.2.2.ebuild b/dev-vcs/gitg/gitg-0.2.2.ebuild
15 index 5b7fac2..56570d2 100644
16 --- a/dev-vcs/gitg/gitg-0.2.2.ebuild
17 +++ b/dev-vcs/gitg/gitg-0.2.2.ebuild
18 @@ -47,6 +47,11 @@ src_prepare() {
19 gnome2_src_prepare
20 }
21
22 +src_configure() {
23 + # Disable maintainer to get rid of -Werror (bug #363009)
24 + econf --disable-maintainer-mode || die
25 +}
26 +
27 src_install() {
28 gnome2_src_install
29 find "${ED}" -name "*.la" -delete || die "Removal of .la files failed"