diff options
Diffstat (limited to 'media-sound/pulseaudio/pulseaudio-0.9.21.1.ebuild')
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-0.9.21.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-0.9.21.1.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.21.1.ebuild index c3b6aa433721..afcc79c56e8a 100644 --- a/media-sound/pulseaudio/pulseaudio-0.9.21.1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-0.9.21.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.21.1.ebuild,v 1.9 2010/06/11 12:33:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.21.1.ebuild,v 1.10 2010/09/21 22:36:43 abcd Exp $ EAPI=2 @@ -224,7 +224,7 @@ pkg_postinst() { fi if use alsa; then local pkg="media-plugins/alsa-plugins" - if has_version ${pkg} && ! built_with_use --missing false ${pkg} pulseaudio; then + if has_version ${pkg} && ! has_version "${pkg}[pulseaudio]"; then elog elog "You have alsa support enabled so you probably want to install" elog "${pkg} with pulseaudio support to have" |