Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1522 - 'USE="-gnome -esd -arts" emerge something' not working
Summary: 'USE="-gnome -esd -arts" emerge something' not working
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 04:10 UTC by Spider (RETIRED)
Modified: 2011-10-30 22:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Spider (RETIRED) gentoo-dev 2002-04-04 04:10:20 UTC
root@Darkmere everybuddy # USE="-gnome -esd -arts" emerge everybuddy-0.2.1-r3.ebuild
Calculating dependencies ...done!
emerge net-im/everybuddy-0.2.1-r3 to /
Unpacking source...
Unpacking everybuddy-0.2.1beta6.tar.gz
Source unpacked.
esd
gnome
--enable-arts --enable-esd --with-gnome
^C ^C ^C

and here's from the ebuild:
use arts || myconf="--disable-arts" && myconf="--enable-arts"
use esd || myconf="${myconf} --disable-esd" && myconf="${myconf} --enable-esd"
use gnome || myconf="${myconf} --without-gnome" && myconf="${myconf} --with-gnome"
echo ${myconf} 

...

emerge  --version
Portage 1.8.12
sys-apps/portage-1.8.12 *
Comment 1 Spider (RETIRED) gentoo-dev 2002-04-04 05:33:06 UTC
Got the && || in the wrong order. sorry