diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-20 18:55:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-20 18:55:43 +0000 |
commit | 890af76f6f9be2c7655837c31917b6c3bcf8c553 (patch) | |
tree | c0f5b8b41c528c036c1fd6fadbe1df62b72a8cf3 /profiles/default/linux | |
parent | Bump to the latest test version released by Lennart; this changes the meaning... (diff) | |
download | gentoo-2-890af76f6f9be2c7655837c31917b6c3bcf8c553.tar.gz gentoo-2-890af76f6f9be2c7655837c31917b6c3bcf8c553.tar.bz2 gentoo-2-890af76f6f9be2c7655837c31917b6c3bcf8c553.zip |
Mask oss USE flag for newer PulseAudio.
Diffstat (limited to 'profiles/default/linux')
-rw-r--r-- | profiles/default/linux/package.use.mask | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 4e5b3fd0086d..2ce4e8105f41 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,6 +1,16 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/package.use.mask,v 1.15 2009/08/05 06:32:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/package.use.mask,v 1.16 2009/08/20 18:55:43 flameeyes Exp $ sys-devel/gcc hardened sys-libs/glibc hardened + +# Diego E. Pettenò <flameeyes@gentoo.org> (20 Aug 2009) +# +# Mask oss USE flag for PulseAudio; it's present for compatibility +# with FreeBSD and other operating systems that have no better +# interfaces, but people would probably abuse it with Linux as well. +# +# Older versions also had an OSS compatibility wrapper on that USE so +# they are excluded. +>=media-sound/pulseaudio-0.9.16_rc5 oss |