Gentoo Archives: gentoo-dev

From: Steve Dibb <beandog@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Is there a tool to manage USE flags? (use-config?)
Date: Thu, 26 Oct 2006 18:37:02
Message-Id: 4540FE6F.9020006@gentoo.org
In Reply to: [gentoo-dev] Is there a tool to manage USE flags? (use-config?) by m h
1 m h wrote:
2 > use-config --add --component sys-devel/gcc --flag fortran
3 >
4 > (adds the fortran USE flag to package.use for gcc)
5 >
6 > A --remove would remove the fortran USE flag, and --unset would put
7 > "-fortran" instead. A --global would update make.conf instead of
8 > package.use.
9 Add to make.conf:
10 flagedit +foo
11
12 Remove from make.conf:
13 flagedit -foo
14
15 Reset to make.defaults
16 flagedit %foo
17
18 Same as above, but with a package:
19 flagedit cat/package +foo
20
21 Set keywords:
22 flagedit cat/package -- +~arch
23
24 Steve
25 --
26 gentoo-dev@g.o mailing list