summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-22 06:22:23 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-22 06:22:23 +0000
commit5bde97a5c2b42cd72d8ae865b123771b3df2ebca (patch)
treeef2902d3835e566d9bc936722867ea84aa5956f0 /app-emulation/wine/wine-9999.ebuild
parentRevision bump. Fix runtime issue with httplib2-0.7.7 (patch by Arfrever). (diff)
downloadgentoo-2-5bde97a5c2b42cd72d8ae865b123771b3df2ebca.tar.gz
gentoo-2-5bde97a5c2b42cd72d8ae865b123771b3df2ebca.tar.bz2
gentoo-2-5bde97a5c2b42cd72d8ae865b123771b3df2ebca.zip
Don't pass --without-pulse to configure if pulseaudio patches are not applied.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r--app-emulation/wine/wine-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index 16f6401a29fc..5c95516a8431 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.124 2012/12/22 04:40:21 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.125 2012/12/22 06:22:23 tetromino Exp $
EAPI="5"
@@ -191,7 +191,7 @@ do_configure() {
$(use_with oss) \
$(use_with png) \
$(use_with threads pthread) \
- $(use_with pulseaudio pulse) \
+ $(usex vanilla "" $(use_with pulseaudio pulse)) \
$(use_with scanner sane) \
$(use_enable test tests) \
$(use_with truetype freetype) \