Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1522

Summary: 'USE="-gnome -esd -arts" emerge something' not working
Product: Portage Development Reporter: Spider (RETIRED) <spider>
Component: UnclassifiedAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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