Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Checking the reason for (-useflags) in brackets
Date: Sat, 21 Jun 2014 10:32:25
Message-Id: 53A55F02.5010101@gmail.com
In Reply to: [gentoo-user] Checking the reason for (-useflags) in brackets by meino.cramer@gmx.de
1 On 21/06/2014 11:19, meino.cramer@×××.de wrote:
2 > Hi,
3 >
4 > for some applications I want to activate some USE flags, which are
5 > disabled by default.
6 >
7 > Some of those USE flags are set in () brackets. From searching the
8 > internet I learned, that this may be due to unresolveable dependencies
9 > or settings in the make.profile or....
10 >
11 > Is there a way to exactly pin point the reason why a certain USE flags
12 > gets "(diabled)" and whether it is possible to resolve the problem?
13 >
14 > How can I figure out that?
15
16
17 From the emerge man page:
18
19
20 () circumfix forced, masked, or removed
21
22
23 So the answer is usually one of
24
25 - flag not in ebuild anymore. Look in the ebuild
26 - masked in profile. For these I usually search the profile directory
27 recursively for the flag and figure it out that way
28
29
30 What is it that you are trying to find out? A disabled flag is disabled
31 and can't work, what further detail do you need?
32
33
34
35 --
36 Alan McKinnon
37 alan.mckinnon@×××××.com

Replies