Gentoo Archives: gentoo-user-ru

From: Maxim Filatov <gentoo@××××××××××.ru>
To: gentoo-user-ru@l.g.o
Subject: Re: [gentoo-user-ru] Specific USE flags for different packeges
Date: Sun, 11 Sep 2005 06:11:27
Message-Id: 432402B9.5070709@einari.org.ru
In Reply to: [gentoo-user-ru] Specific USE flags for different packeges by Antonio
1 Antonio wrote:
2
3 >Здравствуй, All!
4 >
5 >
6 Hi!
7
8 >Как можно сделать так, чтобы напимер gconf и gtk+ устанавливались с
9 >флагом doc а остальные пакеты - нет?
10 >
11 >
12 Читаем man portage.
13 Там аглицким по белому:
14
15 package.use
16 Per-package USE flags. Useful for tracking
17 local USE
18 flags or for enabling USE flags for certain
19 packages
20 only. Perhaps you develop GTK and thus you want
21 documen-
22 tation for it, but you don't want documentation
23 for QT.
24 Easy as pie my friend!
25
26 Format:
27 - comments begin with #
28 - one DEPEND atom per line with space-delimited USE
29 flags
30
31 Example:
32 # turn on docs for GTK 2.x
33 =x11-libs/gtk+-2* doc
34 # disable mysql support for QT
35 x11-libs/qt -mysql
36
37 --
38 gentoo-user-ru@g.o mailing list