Removed ccache from default options as it breaks catalyst when merged with USE=-ccache.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 4 Feb 2005 16:55:59 +0000 (16:55 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 4 Feb 2005 16:55:59 +0000 (16:55 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@545 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
files/catalyst.conf

index 4bb06a750c8649df63d1e7989b3fc4cf3af40ee8..9845d5c680f9776486dc8e3f9db77c4fc926d4cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.171 2005/02/04 16:46:42 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.172 2005/02/04 16:55:59 wolf31o2 Exp $
+
+  04 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
+  Removed ccache from default options as it breaks catalyst when merged with
+  USE=-ccache.
 
   04 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   modules/snapshot_target.py:
index 035fe9cbb2828dc3a9275e1734ed7488f5004d36..1abe4eb497a6f999e17123efa7638307161d7ff3 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.8 2004/10/22 04:23:16 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.9 2005/02/04 16:55:59 wolf31o2 Exp $
 
 # Simple desriptions of catalyst settings. Please refer to the online
 # documentation for more information.
@@ -17,7 +17,7 @@ distdir="/usr/portage/distfiles"
 #      prematurely)
 # kerncache = keeps a tbz2 of your built kernel and modules (useful if your
 #      build stops in livecd-stage2)
-options="ccache pkgcache kerncache"
+options="pkgcache kerncache"
 
 # sharedir specifies where all of the catalyst runtime executables are. Most users do
 # not need to change this.