diff options
author | Stephen Bennett <spb@gentoo.org> | 2006-08-31 23:41:08 +0000 |
---|---|---|
committer | Stephen Bennett <spb@gentoo.org> | 2006-08-31 23:41:08 +0000 |
commit | 82658efb12a8b035dca10dc1499a0e565a58a205 (patch) | |
tree | be6a540ef96984b7bf038deeb536c89035533a6f /profiles | |
parent | ~mips (diff) | |
download | gentoo-2-82658efb12a8b035dca10dc1499a0e565a58a205.tar.gz gentoo-2-82658efb12a8b035dca10dc1499a0e565a58a205.tar.bz2 gentoo-2-82658efb12a8b035dca10dc1499a0e565a58a205.zip |
Add 'qa' useflag, currently masked on mips and alpha
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/alpha/use.mask | 5 | ||||
-rw-r--r-- | profiles/default-linux/mips/use.mask | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/profiles/default-linux/alpha/use.mask b/profiles/default-linux/alpha/use.mask index ab2b8fcd3e40..527d0bc55655 100644 --- a/profiles/default-linux/alpha/use.mask +++ b/profiles/default-linux/alpha/use.mask @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/use.mask,v 1.47 2006/07/19 18:21:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/use.mask,v 1.48 2006/08/31 23:41:08 spb Exp $ # This file masks out USE flags that are simply NOT allowed in the default # profile for any architecture. This works, for example, if a non-default @@ -148,3 +148,6 @@ qt4 # Masked until bmpx works and is re-keyworded, see Bug #111975 bmpx + +# Paludis-0.6's QA tools need pcre++ which doesn't yet work +qa diff --git a/profiles/default-linux/mips/use.mask b/profiles/default-linux/mips/use.mask index ee0183da8031..bc06a623a31a 100644 --- a/profiles/default-linux/mips/use.mask +++ b/profiles/default-linux/mips/use.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/use.mask,v 1.60 2006/08/18 15:56:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/use.mask,v 1.61 2006/08/31 23:41:08 spb Exp $ # need stable libtiff (need to stablize media-libs/jbigkit for jbig support) jbig @@ -269,3 +269,6 @@ glitz pike ocaml timidity + +# Paludis-0.6.0's QA tools need libpcre++, which hasn't been shown to work yet +qa diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 4bba19a543a8..107978275478 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2099 2006/08/30 02:42:09 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2100 2006/08/31 23:41:08 spb Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -1505,6 +1505,7 @@ sys-apps/memtest86+:serial - Compile with serial console support sys-apps/memtest86:serial - Compile with serial console support sys-apps/module-init-tools:no-old-linux - Don't support modules for Linux 2.4 and older sys-apps/paludis:pink - Use a less boring colourscheme than the default +sys-apps/paludis:qa - Enable QA tools. sys-apps/pcmcia-cs-modules:cardbus - Enable 32bit CardBus support sys-apps/pcmcia-cs:nocardbus - Disable 32bit CardBus support sys-apps/pcmcia-cs:pnp - Add support for PNP (Plug-N-Play) |