From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F1C21381FB for ; Fri, 7 Dec 2012 21:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31763E05ED; Fri, 7 Dec 2012 21:45:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2038E05ED for ; Fri, 7 Dec 2012 21:45:31 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C96F33DD23 for ; Fri, 7 Dec 2012 21:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2210CE543C for ; Fri, 7 Dec 2012 21:45:29 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1354906208.f478b068f7354fc70c57227c59810a7e54d863b5.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: files/ X-VCS-Repository: proj/catalyst X-VCS-Files: files/catalyst.conf X-VCS-Directories: files/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f478b068f7354fc70c57227c59810a7e54d863b5 X-VCS-Branch: master Date: Fri, 7 Dec 2012 21:45:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e844b896-9b10-420e-994f-13bc060394c5 X-Archives-Hash: 9ccce90ce0a623d9305cfa46c4aad436 commit: f478b068f7354fc70c57227c59810a7e54d863b5 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Fri Dec 7 06:30:45 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Dec 7 18:50:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=f478b068 Do not "highly recommend" ccache ccache has a history of causing strange problems, and Gentoo recommends disabling it before reporting bugs. As such, we shouldn't highly recommend it. See http://en.gentoo-wiki.com/wiki/Ccache#Caveats Suggested-and-Acked-by: Rick "Zero_Chaos" Farina gentoo.org> --- files/catalyst.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/files/catalyst.conf b/files/catalyst.conf index ea74eb1..e2def66 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -49,7 +49,7 @@ hash_function="crc32" # the -a option to the catalyst cmdline. -p will clear the autoresume flags # as well as your pkgcache and kerncache # ( This option is not fully tested, bug reports welcome ) -# ccache = enables build time ccache support (highly recommended) +# ccache = enables build time ccache support # distcc = enable distcc support for building. You have to set distcc_hosts in # your spec file. # icecream = enables icecream compiler cluster support for building