diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-08 08:27:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-08 08:27:55 +0000 |
commit | 5747614aaf09aae650e3ee0dc97c3c29f7fdc53c (patch) | |
tree | 60430a8e56ee0ea1d3d693e7d197218bac17c8a4 /profiles/arch | |
parent | version bump (diff) | |
download | historical-5747614aaf09aae650e3ee0dc97c3c29f7fdc53c.tar.gz historical-5747614aaf09aae650e3ee0dc97c3c29f7fdc53c.tar.bz2 historical-5747614aaf09aae650e3ee0dc97c3c29f7fdc53c.zip |
mask mmx for lame, refs bug #93279
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index 6bc10acdf016..8e8187a4f4e1 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.12 2008/07/24 18:36:56 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.13 2008/08/08 08:23:40 aballier Exp $ + + 08 Aug 2008; Alexis Ballier <aballier@gentoo.org> package.use.mask: + mask mmx for lame, refs bug #93279 24 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> no-multilib/package.mask: diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index aff957618a06..5cf428e08b1b 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -128,3 +128,9 @@ app-pda/pilot-link bluetooth # 10 Jul 2008: Thomas Anderson <gentoofan23@gentoo.org> # Unmask ia32 flag for amd64 arches. www-client/opera -ia32 + +# 8 Aug 2008: Alexis Ballier <aballier@gentoo.org> +# x86 asm only, it won't be built on amd64 if mmx useflag is enabled but that +# saves people from needlessly installing nasm +# Refs bug #93279 +media-sound/lame mmx |