The teamspeak-client ebuild depends on qt-gui, even though the binary comes with libQt. I propose a new USE flag that would allow it to keep its libQt, for those of us who don't feel like pulling in 157MB of source code :) Reproducible: Always Steps to Reproduce: 1. Try to install >media-sound/teamspeak-client-bin-3.0.0_beta32 Actual Results: The package depends on x11-libs/qt-gui Expected Results: It should not use a globally installed qt unless the user wants it
*** Bug 398409 has been marked as a duplicate of this bug. ***
We need to depend on system libs instead of bundled ones when possible: http://blog.flameeyes.eu/2009/01/bundling-libraries-for-despair-and-insecurity
right, exception is when the system copies cause runtime trouble, see dropbox and "librsync-bundled" useflag or googleearth and "qt-bundled" useflag