Gentoo Archives: gentoo-user

From: Luis Ortiz <wichos@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge masked pidgin with flagedit
Date: Fri, 27 Jul 2007 06:14:52
Message-Id: 46A98BA1.9030203@gmail.com
In Reply to: [gentoo-user] emerge masked pidgin with flagedit by Thufir
1 Thufir wrote:
2 -- SNIP --
3 > localhost ~ #
4 > localhost ~ # flagedit net-im/pidgin-2.0.2 -- +~x86
5 > localhost ~ #
6 -- SNIP --
7
8 Remove the one you just added by doing:
9 localhost ~ # flagedit net-im/pidgin-2.0.2 -- %~x86
10
11
12 The command that you should've run was:
13
14 localhost ~ # flagedit =net-im/pidgin-2.0.2 -- +~x86
15
16 or
17
18 localhost ~ # flagedit net-im/pidgin -- +~x86
19
20
21 Note the '=' when you specify an exact or part of a version number.
22 eg. =net-im/pidgin-2*
23 =net-im/pidgin-2.0.2
24
25
26 I hope this helps.
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge masked pidgin with flagedit Thufir <hawat.thufir@×××××.com>