21 Jul
2006
21 Jul
'06
7:36 a.m.
You wrote
localhost vlada # emerge -pv inkscape
These are the packages that would be merged, in order:
Calculating dependencies... done! [ebuild U ] sys-devel/libperl-5.8.8-r1 [5.8.7] USE="berkdb gdbm -debug -ithreads" 9,886 kB [ebuild U ] dev-lang/perl-5.8.8-r2 [5.8.7-r1] USE="berkdb gdbm -build -debug -doc* -ithreads -perlsuid" 0 kB ... Which means I'll probably get all the packages, except inkscape itself, these days. Still I can't explain why perl-5.8.8 is needed, but nevermind...
It appears perl is updated because your USE flags now set -doc (indicated by the star after it), Instead you could do
$ USE=doc emerge inkscape
to prevent that. It might pull in other dependencies, though...
ralf