diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-05 08:50:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-05 08:50:45 +0000 |
commit | fe75ee4a51a911107893bfc99d15a495644d402a (patch) | |
tree | 0152c69ef696c4cf897339ddb5f9a98ca1ae246a /app-emulation/wine/wine-1.3.7.ebuild | |
parent | Version bump #353543 by Petr Pisar. (diff) | |
download | gentoo-2-fe75ee4a51a911107893bfc99d15a495644d402a.tar.gz gentoo-2-fe75ee4a51a911107893bfc99d15a495644d402a.tar.bz2 gentoo-2-fe75ee4a51a911107893bfc99d15a495644d402a.zip |
Require 32bit emul libs to include pulseaudio support when wine is including it #352983 by Michał Górny.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.3.7.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.3.7.ebuild b/app-emulation/wine/wine-1.3.7.ebuild index 0a8f7bb9167c..7d361195255f 100644 --- a/app-emulation/wine/wine-1.3.7.ebuild +++ b/app-emulation/wine/wine-1.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v 1.2 2011/01/12 19:16:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v 1.3 2011/02/05 08:50:45 vapier Exp $ EAPI="2" @@ -40,7 +40,7 @@ MLIB_DEPS="amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 - >=app-emulation/emul-linux-x86-soundlibs-2.1 + >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio?] ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) |