From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QasnN-0001UC-7X for garchives@archives.gentoo.org; Sun, 26 Jun 2011 17:06:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB421C1C7; Sun, 26 Jun 2011 17:06:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DD1C61C15E for ; Sun, 26 Jun 2011 17:06:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3994D1B400D for ; Sun, 26 Jun 2011 17:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6C1678003C for ; Sun, 26 Jun 2011 17:06:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: /, targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: ChangeLog targets/support/chroot-functions.sh X-VCS-Directories: / targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b31b2bb2e8c72b8517253e41d89eb6d90f8c2cfd Date: Sun, 26 Jun 2011 17:06:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1b7a0e84c2f2882040b44de68c970c5d commit: b31b2bb2e8c72b8517253e41d89eb6d90f8c2cfd Author: Matt Turner gentoo org> AuthorDate: Sun Jun 26 16:59:11 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Sun Jun 26 17:05:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3Db31b2bb2 chroot-functions.sh: don't run 'distcc-config --install' distcc-config doesn't have this option anymore, so it's unneeded. --- ChangeLog | 4 ++++ targets/support/chroot-functions.sh | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23aa985..b6df4d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ =20 + 26 Jun 2011; Matt Turner + targets/support/chroot-functions.sh: + Don't run 'distcc-config --install' + 26 Jun 2011; Sebastian Pipping modules/catalyst_support.py: Warn about multiple argument errors at the same time diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot= -functions.sh index 8b03f6c..e739f0a 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -86,8 +86,6 @@ setup_myfeatures(){ sed -i '/USE=3D"${USE} -avahi -gtk -gnome"/d' /etc/make.conf mkdir -p /etc/distcc echo "${clst_distcc_hosts}" > /etc/distcc/hosts - # We need to run distcc-config, since it might not have gotten run - [ -x /usr/bin/distcc-config ] && /usr/bin/distcc-config --install =20 # This sets up automatic cross-distcc-fu according to # http://www.gentoo.org/doc/en/cross-compiling-distcc.xml