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 | 735e145955c3c95cc3a53d6f96871c0e67f50f6d (patch) | |
tree | e48f2f078f1b347925f3540d2fd0e0d9fc70433f /profiles/default-linux | |
parent | ~mips (diff) | |
download | historical-735e145955c3c95cc3a53d6f96871c0e67f50f6d.tar.gz historical-735e145955c3c95cc3a53d6f96871c0e67f50f6d.tar.bz2 historical-735e145955c3c95cc3a53d6f96871c0e67f50f6d.zip |
Add 'qa' useflag, currently masked on mips and alpha
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/alpha/use.mask | 5 | ||||
-rw-r--r-- | profiles/default-linux/mips/use.mask | 5 |
2 files changed, 8 insertions, 2 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 |