Gentoo Archives: gentoo-user

From: Boris Fersing <kernelsensei@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] hello
Date: Thu, 07 Sep 2006 21:29:43
Message-Id: 97c95c3d0609071423u4c789414k872b36440d79ba67@mail.gmail.com
In Reply to: Re: [gentoo-user] hello by Richard Fish
1 2006/9/7, Richard Fish <bigfish@××××××××××.org>:
2 > On 9/7/06, A. R. <feoymalo@×××××.com> wrote:
3 > > where each line is the full package name that you want to allow
4 > > "~amd64" for your system. (in your case)
5 > > An example is:
6 > >
7 > > x11-themes/gtk-engines-qt
8 >
9 > Small correction... that should be
10 >
11 > x11-themes/gtk-engines-qt ~amd64
12
13 x11-themes/gtk-engines-qt works too. Adding a package without keyword
14 will imply unstable host arch (cf manpage) :
15
16 package.keywords
17 Per-package KEYWORDS. Useful for mixing unstable
18 packages in with a normally stable machine or vice versa.
19 This will allow you to augment ACCEPT_KEYWORDS
20 for a single package.
21
22 Note: There are two special KEYWORDS to help out here:
23 * Match any stable KEYWORD
24 ~* Match any unstable KEYWORD
25
26 Format:
27 - comments begin with #
28 - one DEPEND atom per line followed by additional KEYWORDS
29 - lines without any KEYWORDS imply unstable host arch
30
31 Example:
32 # always use unstable libgd
33 media-libs/libgd ~x86
34 # only use stable mplayer
35 media-video/mplayer -~x86
36 # always use unstable netcat
37 net-analyzer/netcat
38
39
40 Boris.
41 >
42 > -Richard
43 > --
44 > gentoo-user@g.o mailing list
45 >
46 >
47
48
49 --
50 Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.
51
52 --
53 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] hello Richard Fish <bigfish@××××××××××.org>