summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2011-04-12 00:51:16 +0000
committerSebastian Pipping <sping@gentoo.org>2011-04-12 00:51:16 +0000
commit0b6e41ec1395ba9753bf7ac2a7a396cf5e8864df (patch)
tree7a0fa268c5a0dd9218cf96ebd1d18b954ccc27d1 /dev-vcs
parentAdd another cmake switch to make akonadi more optional, bug 361643 (diff)
downloadgentoo-2-0b6e41ec1395ba9753bf7ac2a7a396cf5e8864df.tar.gz
gentoo-2-0b6e41ec1395ba9753bf7ac2a7a396cf5e8864df.tar.bz2
gentoo-2-0b6e41ec1395ba9753bf7ac2a7a396cf5e8864df.zip
dev-vcs/gitg: Remove -Werror (bug #363009)
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitg/ChangeLog5
-rw-r--r--dev-vcs/gitg/gitg-0.1.2.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-vcs/gitg/ChangeLog b/dev-vcs/gitg/ChangeLog
index f1aeb44c488b..3e65932edc4b 100644
--- a/dev-vcs/gitg/ChangeLog
+++ b/dev-vcs/gitg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/gitg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.10 2011/03/27 20:55:41 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.11 2011/04/12 00:51:16 sping Exp $
+
+ 12 Apr 2011; Sebastian Pipping <sping@gentoo.org> gitg-0.1.2.ebuild:
+ Remove -Werror (bug #363009)
*gitg-0.1.2 (27 Mar 2011)
diff --git a/dev-vcs/gitg/gitg-0.1.2.ebuild b/dev-vcs/gitg/gitg-0.1.2.ebuild
index 03a72586f9dc..734330e23594 100644
--- a/dev-vcs/gitg/gitg-0.1.2.ebuild
+++ b/dev-vcs/gitg/gitg-0.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.1.2.ebuild,v 1.1 2011/03/27 20:55:41 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.1.2.ebuild,v 1.2 2011/04/12 00:51:16 sping Exp $
EAPI="3"
@@ -43,6 +43,11 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-fix-disable-debug.patch
}
+src_configure() {
+ # Disable maintainer to get rid of -Werror (bug #363009)
+ econf --disable-maintainer-mode || die
+}
+
src_install() {
gnome2_src_install
find "${ED}" -name "*.la" -delete || die "Removal of .la files failed"