diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-06 20:42:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-06 20:42:30 +0000 |
commit | 0d64a11d46674c0e4f85a8516a8e992bd82ee443 (patch) | |
tree | 6c2c34617c7308883e007d9a0b94d1a80d6caf92 /profiles/arch/x86-fbsd | |
parent | Stable on amd64 wrt bug #385795 (diff) | |
download | historical-0d64a11d46674c0e4f85a8516a8e992bd82ee443.tar.gz historical-0d64a11d46674c0e4f85a8516a8e992bd82ee443.tar.bz2 historical-0d64a11d46674c0e4f85a8516a8e992bd82ee443.zip |
mask vaapi useflag as libva doesnt build
Diffstat (limited to 'profiles/arch/x86-fbsd')
-rw-r--r-- | profiles/arch/x86-fbsd/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/x86-fbsd/use.mask | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/profiles/arch/x86-fbsd/ChangeLog b/profiles/arch/x86-fbsd/ChangeLog index f63795e31ab0..fd08720fa2c6 100644 --- a/profiles/arch/x86-fbsd/ChangeLog +++ b/profiles/arch/x86-fbsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/x86-fbsd profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/ChangeLog,v 1.28 2011/10/05 18:14:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/ChangeLog,v 1.29 2011/10/06 20:42:30 aballier Exp $ + + 06 Oct 2011; Alexis Ballier <aballier@gentoo.org> use.mask: + mask vaapi useflag as libva doesnt build 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> -package.mask: unmask texlive as most of it is keyworded and older versions are going away diff --git a/profiles/arch/x86-fbsd/use.mask b/profiles/arch/x86-fbsd/use.mask index 34477a72aa10..e6b92562b12e 100644 --- a/profiles/arch/x86-fbsd/use.mask +++ b/profiles/arch/x86-fbsd/use.mask @@ -1,6 +1,6 @@ -# Copyright 2004-2009 Gentoo Foundation. +# Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/use.mask,v 1.7 2010/03/07 17:56:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/use.mask,v 1.8 2011/10/06 20:42:30 aballier Exp $ # Unmask the flag which corresponds to ARCH. -x86-fbsd @@ -38,3 +38,6 @@ portaudio # valgrind hasn't been ported to fbsd yet valgrind + +# libva doesnt build on fbsd for now +vaapi |