Code: Select all
FEATURES="-sandbox" emerge -u openofficeSo if I do this:
Code: Select all
FEATURES="-sandbox" emerge -u openoffice
[wait for long compile to finish]
emerge kickassprogramCode: Select all
FEATURES="-sandbox" emerge -u openofficeCode: Select all
FEATURES="-sandbox" emerge -u openoffice
[wait for long compile to finish]
emerge kickassprogram
No it does not. You basically have three options:So if I do this:
Code:
FEATURES="-sandbox" emerge -u openoffice
[wait for long compile to finish]
emerge kickassprogram
Does kickassprogram get emerged with FEATURES="-sandbox" as well? And if I didn't want FEATURES="-sandbox", how would I go about resetting FEATURES to the default setting?
Code: Select all
export FEATURES="-sandbox"Code: Select all
unset FEATURESCode: Select all
emerge infoYou can see the value of any environment variable using the echo command:wilburpan wrote:One other question -- is there a way for me to see what FEATURES is currently set to? I'm anticipating a situation where I've forgotten what I've exported to a variable.
Code: Select all
echo $FEATURES