jupiter ~ # emerge gnupg -p These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] x11-misc/ttmkfdir-3.0.9-r2 [ebuild N ] x11-base/xorg-x11-6.8.1.901 [ebuild N ] media-gfx/xloadimage-4.1-r1 [ebuild N ] sys-apps/utempter-0.5.5.5-r1 [ebuild N ] x11-terms/xterm-197 [ebuild N ] media-gfx/xli-1.17.0 [ebuild U ] app-crypt/gnupg-1.4.0 [1.2.6] I think it's line 28 in the ebuild thats causing the problem (RDEPEND section): !X? ( media-gfx/xloadimage media-gfx/xli ) If X is not set as a use flag we depends on some graphic libraries, that doesn't even make sence. Reproducible: Always Steps to Reproduce: 1. emerge sync 2. USE="-*" emerge gnupg -p Actual Results: GnuPG depends on some libraries that are not needed when not using X.
yep - that is kinda silly. Fixed now.
*** Bug 76236 has been marked as a duplicate of this bug. ***