diff options
author | 2006-12-21 16:21:29 +0000 | |
---|---|---|
committer | 2006-12-21 16:21:29 +0000 | |
commit | 8d6c1935426381169880deb8bbb6df5b63899d9b (patch) | |
tree | 8c15ca6f0c6aa30e028260b8f91e4940b45e6a2a /profiles | |
parent | Mask amd64-incompatible alsa drivers. (diff) | |
download | gentoo-2-8d6c1935426381169880deb8bbb6df5b63899d9b.tar.gz gentoo-2-8d6c1935426381169880deb8bbb6df5b63899d9b.tar.bz2 gentoo-2-8d6c1935426381169880deb8bbb6df5b63899d9b.zip |
Also mask the drivers on non-default profiles.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/amd64/use.mask | 7 | ||||
-rw-r--r-- | profiles/selinux/amd64/use.mask | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/profiles/hardened/amd64/use.mask b/profiles/hardened/amd64/use.mask index 46a61fe5d953..865809445743 100644 --- a/profiles/hardened/amd64/use.mask +++ b/profiles/hardened/amd64/use.mask @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.18 2006/12/08 01:23:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.19 2006/12/21 16:21:29 flameeyes Exp $ # 2006/06/13 - Danny van Dyk <kugelfang@gentoo.org> # Mask clvm on amd64, as it isn't keyworded at all. @@ -53,6 +53,11 @@ kdexdeltas # WON'T BUILD - SECTION +# 2006/12/21 - Diego Pettenò <flameeyes@gentoo.org> +# Mask some ALSA cards that are known broken in AMD64 +alsa_cards_cs5535audio +alsa_cards_asihpi + # 2006/09/05 - Tupone Alfredo <tupone@gentoo.org> # doomsday ebuild is not available on this architecture doomsday diff --git a/profiles/selinux/amd64/use.mask b/profiles/selinux/amd64/use.mask index 86f807532034..5d120c55d992 100644 --- a/profiles/selinux/amd64/use.mask +++ b/profiles/selinux/amd64/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/selinux/amd64/use.mask,v 1.2 2006/12/08 01:23:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/amd64/use.mask,v 1.3 2006/12/21 16:21:29 flameeyes Exp $ # SECTION: Unmask @@ -31,6 +31,11 @@ # SECTION: Unavailable/Broken +# 2006/12/21 - Diego Pettenò <flameeyes@gentoo.org> +# Mask some ALSA cards that are known broken in AMD64 +alsa_cards_cs5535audio +alsa_cards_asihpi + # 2006/09/05 - Tupone Alfredo <tupone@gentoo.org> # doomsday ebuild is not available on this architecture doomsday |