Gentoo Archives: gentoo-embedded

From: Natanael Copa <mlists@××××××.org>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] x86 SBC Gentoo Embedded HotTo version 0.08
Date: Thu, 18 Aug 2005 07:48:22
Message-Id: 43043D20.7040606@tanael.org
In Reply to: Re: [gentoo-embedded] x86 SBC Gentoo Embedded HotTo version 0.08 by Pierre Cassimans
1 Pierre Cassimans wrote:
2
3 >>> I still had to do
4 >>>
5 >>> USE="-sandbox" emerge -e system
6 >>>
7 >>> to work around the bug with groff.
8 >>
9 >>
10 >> Altnerative:
11 >> echo "sys-apps/groff -sandbox" > /etc/portage/package.use
12 >> emerge -e system
13 >>
14 >> Then will groff be the only package that uses the -sandbox.
15 >
16 >
17 > Is it a hidden use flag? emerge -pv groff doesn't show me the possible
18 > sandbox use flag.
19
20
21 Its a "feature" so it should be:
22 FEATURES="-sandbox" emerge -e system
23
24 But if it works putting it in the use flag...
25
26 --
27 Natanael Copa
28 --
29 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] x86 SBC Gentoo Embedded HotTo version 0.08 Pierre Cassimans <kammicazze@×××××××.com>