diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 19:20:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 19:20:21 +0000 |
commit | e4a0d9788721632080fe0e1b4e958b91dd3b7189 (patch) | |
tree | d34fad05a2463fb0d94c475fd3e547180f991e91 | |
parent | Removed mmx2 from unmask since it is not valid. This removes x86 from bug #1... (diff) | |
download | historical-e4a0d9788721632080fe0e1b4e958b91dd3b7189.tar.gz historical-e4a0d9788721632080fe0e1b4e958b91dd3b7189.tar.bz2 historical-e4a0d9788721632080fe0e1b4e958b91dd3b7189.zip |
Removed mmx2 from mask since it is not valid.
-rw-r--r-- | profiles/default-linux/use.mask | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/use.mask b/profiles/default-linux/use.mask index a8371ec877f2..8590e060b655 100644 --- a/profiles/default-linux/use.mask +++ b/profiles/default-linux/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/use.mask,v 1.19 2006/04/19 21:46:19 rocket Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/use.mask,v 1.20 2006/06/27 19:20:21 wolf31o2 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 @@ -25,7 +25,7 @@ kqemu # x86/amd64 only: mmx -mmx2 +mmxext sse sse2 3dnow |