diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-07-26 03:02:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-07-26 03:02:52 +0000 |
commit | 72392f9373b92f716d4cef2bd2e772fc0c729c62 (patch) | |
tree | e149b9771c25d19f3df69ddba196c75e1c3add03 /profiles | |
parent | Marked ~ppc for bug #186622. (diff) | |
download | historical-72392f9373b92f716d4cef2bd2e772fc0c729c62.tar.gz historical-72392f9373b92f716d4cef2bd2e772fc0c729c62.tar.bz2 historical-72392f9373b92f716d4cef2bd2e772fc0c729c62.zip |
mask mmx and 3dnow for cinelerra-cvs, they are x86-32 only, bug #178033
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2007.0/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/default-linux/amd64/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default-linux/amd64/package.use.mask | 5 |
3 files changed, 15 insertions, 1 deletions
diff --git a/profiles/default-linux/amd64/2007.0/package.use.mask b/profiles/default-linux/amd64/2007.0/package.use.mask index 4604aa5513ee..41674a646136 100644 --- a/profiles/default-linux/amd64/2007.0/package.use.mask +++ b/profiles/default-linux/amd64/2007.0/package.use.mask @@ -93,3 +93,8 @@ media-libs/mlt mmx # Mask doc flag for fop as nearly impossible to # run javadoc target. see #177585 >=dev-java/fop-0.93 doc + +# 26 July 2007: Alexis Ballier <aballier@gentoo.org> +# Mask x86-32 asm only flags +# bug #178033 +media-video/cinelerra-cvs mmx 3dnow diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog index 9107207f21e5..23f589bfcd27 100644 --- a/profiles/default-linux/amd64/ChangeLog +++ b/profiles/default-linux/amd64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.102 2007/07/04 20:46:56 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.103 2007/07/26 03:02:52 aballier Exp $ + + 26 Jul 2007; Alexis Ballier <aballier@gentoo.org> 2007.0/package.use.mask, + package.use.mask: + mask mmx and 3dnow for cinelerra-cvs, they are x86-32 only, bug #178033 04 Jul 2007; Peter Weller <welp@gentoo.org> 2006.1/no-multilib/package.mask, 2007.0/no-multilib/package.mask: diff --git a/profiles/default-linux/amd64/package.use.mask b/profiles/default-linux/amd64/package.use.mask index 51c5c556502a..dcd24ba2ca35 100644 --- a/profiles/default-linux/amd64/package.use.mask +++ b/profiles/default-linux/amd64/package.use.mask @@ -103,3 +103,8 @@ media-libs/xine-lib -real # Mask doc flag for fop as nearly impossible to # run javadoc target. see #177585 >=dev-java/fop-0.93 doc + +# 26 July 2007: Alexis Ballier <aballier@gentoo.org> +# Mask x86-32 asm only flags +# bug #178033 +media-video/cinelerra-cvs mmx 3dnow |