* [gentoo-dev] emerge overide options
@ 2002-05-10 11:12 david mattatall
2002-05-10 23:51 ` Ryan Phillips
0 siblings, 1 reply; 3+ messages in thread
From: david mattatall @ 2002-05-10 11:12 UTC (permalink / raw
To: gentoo-dev
This idea hit me today at school and I wanted to get it to you guys as quickly
as possible. So without further APU here it is:
emerge vim -o -gtk -x ncurses
This would overide the current settings for gtk x and ncurses in the
/etc/make.conf file.
emerge vim -O ncurses
What this would do is apply nothing but the ncurses use flag to the compile.
What do you think, if you need me to elaborate I could.
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [gentoo-dev] emerge overide options
@ 2002-05-10 23:28 Sean P. Kane
0 siblings, 0 replies; 3+ messages in thread
From: Sean P. Kane @ 2002-05-10 23:28 UTC (permalink / raw
To: gentoo-dev
I like it as a simple way to modify USE flags on the fly (i.e. to work
around a small compile issue), but as it is listed here it could likely
get out of hand quickly, and what happens when you have a use variable
called p, using -p might be confusing even if it is listed after the
ebuild name. Maybe something like a --use-mask="-x +ncurses" would work
and could be masked over the standard USE flags for that build only. The
next questions is does this count for all the dependencies that might
get built as well with that emerge command? Probably should, but could
get people in a bit of trouble if they aren't careful......Of course, so
could a lot of other things.....
Sean
-----Original Message-----
From: david mattatall [mailto:davidsmind@linuxbasics.com]
Sent: Friday, May 10, 2002 04:12
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] emerge overide options
This idea hit me today at school and I wanted to get it to you guys as
quickly
as possible. So without further APU here it is:
emerge vim -o -gtk -x ncurses
This would overide the current settings for gtk x and ncurses in the
/etc/make.conf file.
emerge vim -O ncurses
What this would do is apply nothing but the ncurses use flag to the
compile.
What do you think, if you need me to elaborate I could.
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] emerge overide options
2002-05-10 11:12 [gentoo-dev] emerge overide options david mattatall
@ 2002-05-10 23:51 ` Ryan Phillips
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Phillips @ 2002-05-10 23:51 UTC (permalink / raw
To: gentoo-dev
This appears to work:
USE="-gtk -x ncurses" emerge vim
or
USE="-* ncurses" emerge vim
The later will ignore everything set by /etc/make.conf
but only include ncurses.
What is wrong with this method?
-ryan
> This idea hit me today at school and I wanted to get it to you guys as
> quickly as possible. So without further APU here it is:
>
> emerge vim -o -gtk -x ncurses
>
> This would overide the current settings for gtk x and ncurses in the
> /etc/make.conf file.
>
> emerge vim -O ncurses
>
> What this would do is apply nothing but the ncurses use flag to the
> compile.
>
> What do you think, if you need me to elaborate I could.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-05-10 23:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-10 11:12 [gentoo-dev] emerge overide options david mattatall
2002-05-10 23:51 ` Ryan Phillips
-- strict thread matches above, loose matches on Subject: below --
2002-05-10 23:28 Sean P. Kane
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox