summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-11-10 23:21:04 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-11-10 23:21:04 +0000
commit748fc53ab8be6dd60935154eb5d6635baa2df364 (patch)
tree4ca15038c3e8841f88d61307abed6d438c3ee18b /sys-devel/distcc
parentamd64 stable (diff)
downloadgentoo-2-748fc53ab8be6dd60935154eb5d6635baa2df364.tar.gz
gentoo-2-748fc53ab8be6dd60935154eb5d6635baa2df364.tar.bz2
gentoo-2-748fc53ab8be6dd60935154eb5d6635baa2df364.zip
Removed -Werror, bug #244847.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r--sys-devel/distcc/ChangeLog5
-rw-r--r--sys-devel/distcc/distcc-3.0-r4.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index a2c8aab0c11c..719fe002e2a1 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/distcc
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.181 2008/11/05 22:52:11 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.182 2008/11/10 23:21:04 matsuu Exp $
+
+ 10 Nov 2008; MATSUU Takuto <matsuu@gentoo.org> distcc-3.0-r4.ebuild:
+ Removed -Werror, bug #244847.
*distcc-3.0-r4 (05 Nov 2008)
diff --git a/sys-devel/distcc/distcc-3.0-r4.ebuild b/sys-devel/distcc/distcc-3.0-r4.ebuild
index 2433d288fbd8..3604edb3a565 100644
--- a/sys-devel/distcc/distcc-3.0-r4.ebuild
+++ b/sys-devel/distcc/distcc-3.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild,v 1.1 2008/11/05 22:52:11 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild,v 1.2 2008/11/10 23:21:04 matsuu Exp $
inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs
@@ -54,6 +54,9 @@ src_unpack() {
# Bugs #120001, #167844 and probably more. See patch for description.
use hardened && epatch "${FILESDIR}/distcc-hardened.patch"
+
+ # Bug #244847
+ sed -i -e "s:-Werror::" configure* include_server/setup.py || die
}
src_compile() {