diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-02-10 17:49:40 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-02-10 17:49:40 +0000 |
commit | 6b37e87723e093416b35978a9d810ae68100ce03 (patch) | |
tree | d31dafdb583adf4a7cfb2d60039b7da397f00bb5 /profiles | |
parent | Revbump with fixes for Prefix, transferred Prefix keywords (diff) | |
download | historical-6b37e87723e093416b35978a9d810ae68100ce03.tar.gz historical-6b37e87723e093416b35978a9d810ae68100ce03.tar.bz2 historical-6b37e87723e093416b35978a9d810ae68100ce03.zip |
Add new video_cards_* to use.mask. Also remove dead radeonhd mask.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/hppa/use.mask | 14 |
2 files changed, 16 insertions, 3 deletions
diff --git a/profiles/arch/hppa/ChangeLog b/profiles/arch/hppa/ChangeLog index 56039c11a24d..58f8b6047985 100644 --- a/profiles/arch/hppa/ChangeLog +++ b/profiles/arch/hppa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/hppa profile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.132 2012/01/31 22:09:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.133 2012/02/10 17:49:40 mattst88 Exp $ + + 10 Feb 2012; Matt Turner <mattst88@gentoo.org> use.mask: + Add new video_cards_* to use.mask. Also remove dead radeonhd mask. 31 Jan 2012; Jeroen Roovers <jer@gentoo.org> package.use.mask: Mask dev-libs/libowfat diet so we can re-keyword it. diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 1933c7718c69..af01855d1246 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -1,5 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v 1.46 2012/01/19 14:46:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v 1.47 2012/02/10 17:49:40 mattst88 Exp $ # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to <hppa@gentoo.org>. # Jeroen Roovers <jer@gentoo.org> (4 Jan 2012) @@ -178,7 +178,6 @@ video_cards_nsc video_cards_nv video_cards_r128 video_cards_radeon -video_cards_radeonhd video_cards_rendition video_cards_s3 video_cards_s3virge @@ -195,6 +194,17 @@ video_cards_v4l video_cards_vesa video_cards_voodoo +# Matt Turner <mattst88@gentoo.org> +# Mask more VIDEO_CARDs added with mesa-8.0 +video_cards_r100 +video_cards_r200 +video_cards_r300 +video_cards_r600 +video_cards_i915 +video_cards_i965 +# vmware wasn't added with mesa-8.0, but it should still be masked +video_cards_vmware + # 27 Nov 2005 Guy Martin <gmsoft@gentoo.org> # gccxml doesn't build and boost depend on it with this use pyste |