* [gentoo-dev] arch-cruft in use.mask makes me angry
@ 2006-07-05 1:54 Mike Frysinger
2006-07-05 8:30 ` Donnie Berkholz
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Mike Frysinger @ 2006-07-05 1:54 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 317 bytes --]
can someone remind me why our arch USE flags are in an "opt-out" system rather
than "opt-in" ? instead of adding things like:
dmi
icc
mmx
svga
...
to every non-x86 profile, why dont we mask these things in base/use.mask and
then un-mask them in default-linux/x86 ? doesnt that make more sense ?
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] arch-cruft in use.mask makes me angry
2006-07-05 1:54 [gentoo-dev] arch-cruft in use.mask makes me angry Mike Frysinger
@ 2006-07-05 8:30 ` Donnie Berkholz
2006-07-05 8:55 ` Simon Stelling
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Donnie Berkholz @ 2006-07-05 8:30 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 431 bytes --]
Mike Frysinger wrote:
> can someone remind me why our arch USE flags are in an "opt-out" system rather
> than "opt-in" ? instead of adding things like:
> dmi
> icc
> mmx
> svga
> ...
>
> to every non-x86 profile, why dont we mask these things in base/use.mask and
> then un-mask them in default-linux/x86 ? doesnt that make more sense ?
Yes. I've tried to do things this way with modular X.
Thanks,
Donnie
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] arch-cruft in use.mask makes me angry
2006-07-05 1:54 [gentoo-dev] arch-cruft in use.mask makes me angry Mike Frysinger
2006-07-05 8:30 ` Donnie Berkholz
@ 2006-07-05 8:55 ` Simon Stelling
2006-07-05 11:31 ` Mike Frysinger
2006-07-05 13:28 ` Chris Gianelloni
2006-07-16 3:37 ` Mike Frysinger
3 siblings, 1 reply; 7+ messages in thread
From: Simon Stelling @ 2006-07-05 8:55 UTC (permalink / raw
To: gentoo-dev
Mike Frysinger wrote:
> can someone remind me why our arch USE flags are in an "opt-out" system rather
> than "opt-in" ? instead of adding things like:
> to every non-x86 profile, why dont we mask these things in base/use.mask and
> then un-mask them in default-linux/x86 ? doesnt that make more sense ?
I asked myself the same question about two weeks ago and made up a huge
patch, I just didn't get around to verify it's really correct and
complete. I can mail it to you if you want :)
--
Kind Regards,
Simon Stelling
Gentoo/AMD64 Developer
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] arch-cruft in use.mask makes me angry
2006-07-05 1:54 [gentoo-dev] arch-cruft in use.mask makes me angry Mike Frysinger
2006-07-05 8:30 ` Donnie Berkholz
2006-07-05 8:55 ` Simon Stelling
@ 2006-07-05 13:28 ` Chris Gianelloni
2006-07-16 3:37 ` Mike Frysinger
3 siblings, 0 replies; 7+ messages in thread
From: Chris Gianelloni @ 2006-07-05 13:28 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 637 bytes --]
On Tue, 2006-07-04 at 21:54 -0400, Mike Frysinger wrote:
> can someone remind me why our arch USE flags are in an "opt-out" system rather
> than "opt-in" ? instead of adding things like:
> dmi
> icc
> mmx
> svga
> ...
>
> to every non-x86 profile, why dont we mask these things in base/use.mask and
> then un-mask them in default-linux/x86 ? doesnt that make more sense ?
Absolutely.
Feel free to do it. I know x86 won't mind. If you have a complete
list, I can do it, if you don't have time.
--
Chris Gianelloni
Release Engineering - Strategic Lead
x86 Architecture Team
Games - Developer
Gentoo Linux
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] arch-cruft in use.mask makes me angry
2006-07-05 1:54 [gentoo-dev] arch-cruft in use.mask makes me angry Mike Frysinger
` (2 preceding siblings ...)
2006-07-05 13:28 ` Chris Gianelloni
@ 2006-07-16 3:37 ` Mike Frysinger
2006-07-19 18:20 ` Mike Frysinger
3 siblings, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2006-07-16 3:37 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1.1: Type: text/plain, Size: 226 bytes --]
On Tuesday 04 July 2006 21:54, Mike Frysinger wrote:
> can someone remind me why our arch USE flags are in an "opt-out" system
> rather than "opt-in" ?
patch attached ... no complaints, i'll merge it in a day or two :p
-mike
[-- Attachment #1.2: Type: application/pgp-signature, Size: 827 bytes --]
[-- Attachment #2: cleanup-arch-use-mask.patch.bz2 --]
[-- Type: application/x-bzip2, Size: 4335 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-07-19 18:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05 1:54 [gentoo-dev] arch-cruft in use.mask makes me angry Mike Frysinger
2006-07-05 8:30 ` Donnie Berkholz
2006-07-05 8:55 ` Simon Stelling
2006-07-05 11:31 ` Mike Frysinger
2006-07-05 13:28 ` Chris Gianelloni
2006-07-16 3:37 ` Mike Frysinger
2006-07-19 18:20 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox