Gentoo Archives: gentoo-user

From: Meino Christian Cramer <Meino.Cramer@×××.de>
To: gentoo-user@l.g.o, swimmer@××××××.nl
Subject: Re: [gentoo-user] Re: Annulation of modified USE flag settings
Date: Sat, 09 Sep 2006 15:41:43
Message-Id: 20060909.173513.78712805.Meino.Cramer@gmx.de
In Reply to: [gentoo-user] Re: Annulation of modified USE flag settings by Stefan Wimmer
1 From: Stefan Wimmer <swimmer@××××××.nl>
2 Subject: [gentoo-user] Re: Annulation of modified USE flag settings
3 Date: Sat, 9 Sep 2006 15:05:15 +0000 (UTC)
4
5 > * Meino Christian Cramer <Meino.Cramer@×××.de> [2006-09-09 14:03] :
6 > > Hi,
7 > >
8 > > I want to say to emerge/ebuild:"Please use the original USE flags
9 > > from make.conf and the ebuild-stuff. Ignore whatever I gave you on the
10 > > commandline some time ago."
11 > >
12 > > How can I achieve this ?
13 > >
14 > > Thanks a lot for any hjelp in advance!
15 > >
16 > > keep hacking!
17 > > mcc
18 >
19 > Hi,
20 >
21 > you can resolve it globally by putting "-X" in /etc/make.conf or per
22 > package by 'echo "<category>/<package> -X" >> /etc/portage/package.use'.
23 > In both cases you will run "emerge -Nvp world" afterwards, check if it's
24 > ok and then "emerge -Nv world" ...
25 >
26 > HTH
27 > swimmer
28 >
29 > --
30 > gentoo-user@g.o mailing list
31 >
32
33 ...then there something really bad on my system...
34
35 For example:
36
37 emerge -Nvp world
38
39 gives beside other things:
40
41 [ebuild R ] media-libs/imlib2-1.2.1.009 USE="nls zlib -X* -bzip2* \
42 -doc* -gif* -jpeg* -mmx -mp3 -png* -tiff*" 0 kB
43
44 Takeing a look into the file imlib2-1.2.1.009.ebuild I found:
45 IUSE="X bzip2 gif jpeg mmx mp3 png tiff zlib"
46
47 In the manpage of emerge there is mentioned that
48 "-<flag>" means, that the flag is off.
49
50 So...how can imlib2 be installed with all that image formats be
51 disabled ? I will take responsibility for wrong "*X*" settings but the
52 rest...
53
54
55
56 [ebuild R ] systools/meino-0.08 USE="confused* -understanding_at_all"
57 mcc
58
59 --
60 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Annulation of modified USE flag settings Stefan Wimmer <swimmer@××××××.nl>