diff options
author | 2006-08-23 20:40:24 +0000 | |
---|---|---|
committer | 2006-08-23 20:40:24 +0000 | |
commit | 216a54ca93835eb03fded10eda900bdc3fe53d1b (patch) | |
tree | 1e5e82136b98f481fd550b2a387b3fcf83bfc037 | |
parent | Fixed a typo. (diff) | |
download | historical-216a54ca93835eb03fded10eda900bdc3fe53d1b.tar.gz historical-216a54ca93835eb03fded10eda900bdc3fe53d1b.tar.bz2 historical-216a54ca93835eb03fded10eda900bdc3fe53d1b.zip |
Add "psyco" to the base use.mask and add -psyco to the x86 use.mask, since this flag is for a package that only runs on x86.
-rw-r--r-- | profiles/base/use.mask | 3 | ||||
-rw-r--r-- | profiles/default-linux/x86/use.mask | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 475bbc12cb04..591d86386fce 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -64,6 +64,9 @@ input_devices_wacom # beep-media-player is in package.mask bmp +# psyco only works on x86 +psyco + # Mask the various *BSD libcs a part from the various subprofiles elibc_FreeBSD elibc_NetBSD diff --git a/profiles/default-linux/x86/use.mask b/profiles/default-linux/x86/use.mask index 296821b0d9bc..02cd3e7f18b5 100644 --- a/profiles/default-linux/x86/use.mask +++ b/profiles/default-linux/x86/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/x86/use.mask,v 1.21 2006/07/19 18:21:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/use.mask,v 1.22 2006/08/23 20:40:24 chutzpah Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -51,3 +51,6 @@ video_cards_newport # ibm is only used for ppc64 stuff ibm + +# psyco works on x86 +-psyco |