Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
quick emerge question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
stateq2
Apprentice
Apprentice


Joined: 11 Sep 2003
Posts: 242
Location: us

PostPosted: Mon Sep 15, 2003 12:44 am    Post subject: quick emerge question Reply with quote

hi,

when i want to enable multiple compile flags when emerging, would i do it like this:
Code:

export USE="flag1,flag2";emerge whatever


also, how would i disable a flag when emerging?
thanks
Back to top
View user's profile Send private message
stateq2
Apprentice
Apprentice


Joined: 11 Sep 2003
Posts: 242
Location: us

PostPosted: Mon Sep 15, 2003 12:59 am    Post subject: Reply with quote

nevermind, i figured it out playing w/ the great "practice" feature. for those who read in the future

this enables multiple flags:
Code:

export USE="flag1 flag2";emerge whatever


and this disables flags
Code:

export USE="-flag1";emerge whatever
Back to top
View user's profile Send private message
stateq2
Apprentice
Apprentice


Joined: 11 Sep 2003
Posts: 242
Location: us

PostPosted: Mon Sep 15, 2003 1:02 am    Post subject: Reply with quote

and you can check to see what flags that something offers by doing:

Code:

emerge -pv whatever


hope this will help new people like me :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum