Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] catalyst's ccache USE flag seems a bit stupid
Date: Sat, 25 Jun 2011 02:08:06
Message-Id: BANLkTim7NLYjN3Rn7p3z37RDTEVOew05_Q@mail.gmail.com
1 In the catalyst ebuild we have
2
3 # Here is where we actually enable ccache
4 use ccache && \
5 dosed 's:options="autoresume kern:options="autoresume ccache kern:' \
6 /etc/catalyst/catalyst.conf
7 dosed "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \
8 /etc/catalyst/catalyst.conf
9
10 The ccache USE flag simply adds ccache to RDEPEND and trivially
11 modifies a .conf file.
12
13 Can we assume that people using catalyst are smart enough to realize
14 that if they turn on ccache in the .conf file that they need to
15 install ccache?
16
17 Matt

Replies

Subject Author
Re: [gentoo-catalyst] catalyst's ccache USE flag seems a bit stupid Sebastian Pipping <sping@g.o>