Gentoo Archives: gentoo-user

From: Ryan Tandy <tarpman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-x11, $VIDEO_CARDS & binary packages
Date: Thu, 20 Jul 2006 05:03:40
Message-Id: 44BF0D09.1040709@gmail.com
In Reply to: Re: [gentoo-user] xorg-x11, $VIDEO_CARDS & binary packages by Alexander Puchmayr
1 Alexander Puchmayr wrote:
2 > Well, I think I got the conecpt behind meta packages. My question was why do
3 > I get a different content of the VIDEO_CARDS-variable when I specify "-k"
4 > in emerge or not???
5
6 You can't change the USE flags a binary package was built with. Binary
7 packages are built with a certain set of flags, and they're stuck with
8 that set of flags until you recompile the whole thing.
9
10 I'd recommend you emerge --nodeps xorg-x11 in order to change its
11 USEflags to the ones you want (no compilation necessary), and then
12 emerge -k to pull in the binary packages depended on by its new flags,
13 which will save you the compiling time.
14
15 HTH.
16 --
17 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] xorg-x11, $VIDEO_CARDS & binary packages Alexander Puchmayr <alexander.puchmayr@×××××××.at>