Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I've got these flags set USE="cjk dga faad mbox moznocompose moznoirc moznomail moznoxft tiff type1 \ usb wmf Xaw3d xvid -apm -arts -kde -gnome -qt" But I get this: emerge -pu --deep world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild N ] kde-base/kde-env-3-r2 I think that kde-env really should not be installed if the KDE flag is unset.
Please tell the output of qpkg -q kde-env If a package _needs_ another package, it will be emerged, no matter what your USE flags are. USE flags handle only optional dependencies. For the case this does not result in any package names, it would be nice to know the complete output of "emerge --deep -pu world" (or did it really just give you this one single line?)
Right, just did a qpkg -q kde-env, and it came up with the following: bash-2.05b# qpkg -q kde-env kde-base/kde-env-3-r1 DEPENDED ON BY: media-video/realplayer-8-r5 kde-base/kde-env-3-r2 DEPENDED ON BY: media-video/realplayer-8-r5 Surely realplayer doesn't NEED kde?! Yes, emerge -pu --deep world really did come up with that one line: bash-2.05b# emerge -pu --deep world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild N ] kde-base/kde-env-3-r2
This problem is probably caused by the new eclass code that protects DEPEND information.
Since emerging kde-env will _not_ emerge kde, just put a two line file in /etc/env.d, I think this bug may be downgraded to "trivial" :-)
fixed in -r6. *** This bug has been marked as a duplicate of 24801 ***