summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-06-18 21:01:15 +0000
committerDaniel Goller <morfic@gentoo.org>2005-06-18 21:01:15 +0000
commit37725d6d5a6b86d2e07875121d08e7ab138e666e (patch)
tree611dca510a28a4f0369919fba710106048b1cd68 /sys-devel
parentKeywording ~sparc (diff)
downloadgentoo-2-37725d6d5a6b86d2e07875121d08e7ab138e666e.tar.gz
gentoo-2-37725d6d5a6b86d2e07875121d08e7ab138e666e.tar.bz2
gentoo-2-37725d6d5a6b86d2e07875121d08e7ab138e666e.zip
added one more script to array
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/ChangeLog6
-rw-r--r--sys-devel/distcc/files/2.18/distcc-config.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index 0ffe205b3468..db0bff2852d5 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/distcc
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.143 2005/06/18 19:38:32 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.144 2005/06/18 21:01:15 morfic Exp $
+
+ 18 Jun 2005; Daniel Goller <morfic@gentoo.org>
+ files/2.18/distcc-config.patch:
+ added one more script to array
*distcc-2.18.3-r8 (18 Jun 2005)
diff --git a/sys-devel/distcc/files/2.18/distcc-config.patch b/sys-devel/distcc/files/2.18/distcc-config.patch
index 4aa2f6a28aa3..d06a7844c533 100644
--- a/sys-devel/distcc/files/2.18/distcc-config.patch
+++ b/sys-devel/distcc/files/2.18/distcc-config.patch
@@ -8,7 +8,7 @@
+ os.chmod(path+file,0755)
+
+def installoverrides(chost):
-+ for file in ['gcc', 'c++', 'g++']:
++ for file in ['gcc', 'cc', 'c++', 'g++']:
+ path = '/usr/lib/distcc/bin/'
+ if os.path.exists('/usr/bin/'+chost+'-'+file):
+ if os.path.exists(path+file):