Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gentoo-sources USE-flag problem
Date: Mon, 22 Aug 2005 15:21:06
Message-Id: 4309EBE3.4050709@planet.nl
In Reply to: [gentoo-user] gentoo-sources USE-flag problem by Fredrik Axelsson
1 Fredrik Axelsson schreef:
2 > I'm trying to emerge gentoo-sources with the -doc use flag set.
3 >
4 > emerge -pv gentoo-sources shows that gentoo-sources will be emerged
5 > without the doc use flag.
6 >
7 > "-doc" is set both in my make.conf USE variable and in
8 > /etc/portage/package.use
9 >
10 > After the emerge 'equery uses gentoo-sources' shows that gentoo-sources
11 > does infact use the doc use flag anyway.
12 >
13 > 'emerge -puD world' want's to install the docbook-sgml-packages
14 >
15 > Does anyone have a clue to why it behaves like this.
16
17 I was just reading man equery, and according to that:
18
19 uses <local-opts> pkgspec
20 display USE flags for pkgspec. No local options are
21 actually implemented yet.
22
23 So it's not necessarily displaying the USE flags actually used to build
24 the package on your system, but rather the USE flags specified for the
25 package (some of which you have disabled).
26
27 That then brings us to the question, if not gentoo-sources, then what
28 exactly is pulling in docbook-sgml?
29
30 Try
31
32 emerge -puDtv world
33
34 to find the answer to that.
35
36 HTH,
37 Holly
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] gentoo-sources USE-flag problem Neil Bothwick <neil@××××××××××.uk>
[gentoo-user] Re: gentoo-sources USE-flag problem Fredrik Axelsson <fraxbe@×××××.com>