Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
command line EMERGE_DEFAULT_OPTS partial cancelling?[solved]
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
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3808

PostPosted: Fri Oct 11, 2024 8:09 pm    Post subject: command line EMERGE_DEFAULT_OPTS partial cancelling?[solved] Reply with quote

EMERGE_DEFAULT_OPTS="... --tree ..." is set in /etc/portage/make.conf.

wiki

I feel quite dumb asking :oops::
How to suspend the feature from command line when calling emerge?

Thks 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "


Last edited by CaptainBlood on Fri Oct 11, 2024 9:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1865

PostPosted: Fri Oct 11, 2024 8:37 pm    Post subject: Reply with quote

Example.. emerge --tree=n Every emerge option, because it is parsed by python, can have --option=value to set or enable/disable anything.
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3808

PostPosted: Fri Oct 11, 2024 8:46 pm    Post subject: Reply with quote

Nice, Couldn't get it from
Code:
man emerge

Thks 4 ur attention, interest & support
_________________
USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3808

PostPosted: Fri Oct 11, 2024 9:48 pm    Post subject: Reply with quote

Oops here:
Code:
emerge --tree=n 2>&1|tail -1
emerge: error: argument --tree: ignored explicit argument 'n'

Am I missing something?

Thks 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1865

PostPosted: Fri Oct 11, 2024 10:17 pm    Post subject: Reply with quote

Looks like this is one exception to the rule. Most of the options can do this, but not tree for some reason. Certain options make sense not to be able to be reversible for the mode (like --sync).

Maybe this could be a feature request where it makes sense.
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