Don't emerge ccache/distcc/icecream with --nodeps
authorMatt Turner <mattst88@gmail.com>
Wed, 26 Sep 2012 00:14:43 +0000 (17:14 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 28 Sep 2012 01:23:27 +0000 (18:23 -0700)
commit72f6115834b157c2cfd1abbd90b2ec2b95f2d60e
treec553d91598d1586d94cbf65661a80592b2b8933b
parent6e1de230524451a8fd2268bf9ef7acb64276735a
Don't emerge ccache/distcc/icecream with --nodeps

ccache-3.1.8 changed to using tar.xz sources, which exposed a problem in
catalyst where an old stage without xz would fail to seed a new stage
using ccache.

ccache's dependencies are zlib (and xz for >=ccache-3.1.8). distcc's are
already part of stages: dev-libs/popt, virtual/pkgconfig, and
sys-devel/gcc-config. icecream has no dependencies (???).

Emerging with --nodeps only has the potential to cause problems.
targets/support/chroot-functions.sh