Gentoo Archives: gentoo-user

From: Rumen Yotov <gentoo@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Emerge Question
Date: Sat, 17 Dec 2005 18:09:18
Message-Id: 20051217200317.GA5237@mach.qrypto.org
In Reply to: [gentoo-user] Emerge Question by Jeff Grossman
1 On (17/12/05 08:31), Jeff Grossman wrote:
2 > When I ran emerge -uaD today, I got the following output:
3 >
4 > These are the packages that I would merge, in order:
5 >
6 > Calculating world dependencies ...done!
7 > [ebuild U ] sys-apps/man-pages-2.16 [2.15]
8 > [ebuild U ] net-misc/curl-7.15.1 [7.15.0]
9 > [ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
10 > [ebuild N ] x11-apps/ttmkfdir-3.0.9-r3
11 > [ebuild N ] x11-base/opengl-update-2.2.1
12 > [ebuild N ] media-libs/fontconfig-2.2.3
13 > [ebuild N ] x11-base/xorg-x11-6.8.2-r6
14 > [ebuild N ] virtual/x11-6.8
15 > [ebuild N ] app-arch/rpm2targz-9.0-r3
16 > [ebuild N ] sys-apps/utempter-0.5.5.6
17 > [ebuild N ] x11-terms/xterm-204
18 > [ebuild N ] x11-libs/openmotif-2.2.3-r3
19 > [ebuild N ] app-text/xpdf-3.01-r3
20 > [ebuild U ] net-print/cups-1.1.23-r4 [1.1.23-r1]
21 >
22 >
23 > How do I find out why the x-11 programs are trying to be installed? I
24 > am running just a server, so I have no X or X-11 or any gui type
25 > programs installed. And, I don't want any gui type programs installed.
26 >
27 > Thanks,
28 > Jeff
29 >
30 > --
31 > gentoo-user@g.o mailing list
32 >
33 Hi,
34 The new 'cups' has xpdf as external viewer dependency (see Changelog) and xpdf has two
35 USE flags (motif & X).
36 So put "-X" in /etc/portage/package.use for "app-text'xpdf".
37 #echo "app-text/xpdf -X" >> /etc/portage/package.use
38 Could do the same for 'motif'.
39 Rumen