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 1QaII2-0000eC-7B for garchives@archives.gentoo.org; Sat, 25 Jun 2011 02:08:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55F2E1C0FC; Sat, 25 Jun 2011 02:07:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 035E31C0FC for ; Sat, 25 Jun 2011 02:07:25 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 471C02AC039 for ; Sat, 25 Jun 2011 02:07:25 +0000 (UTC) Received: by vws13 with SMTP id 13so2950140vws.40 for ; Fri, 24 Jun 2011 19:07:23 -0700 (PDT) Received: by 10.52.30.135 with SMTP id s7mr5471169vdh.270.1308967643083; Fri, 24 Jun 2011 19:07:23 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.52.161.195 with HTTP; Fri, 24 Jun 2011 19:07:03 -0700 (PDT) From: Matt Turner Date: Fri, 24 Jun 2011 22:07:03 -0400 Message-ID: Subject: [gentoo-catalyst] catalyst's ccache USE flag seems a bit stupid To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 56a8e7f5eaff035af45a6bfe40698c33 In the catalyst ebuild we have # Here is where we actually enable ccache use ccache && \ dosed 's:options="autoresume kern:options="autoresume ccache kern:' \ /etc/catalyst/catalyst.conf dosed "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \ /etc/catalyst/catalyst.conf The ccache USE flag simply adds ccache to RDEPEND and trivially modifies a .conf file. Can we assume that people using catalyst are smart enough to realize that if they turn on ccache in the .conf file that they need to install ccache? Matt