diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-05 17:42:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-05 17:42:49 +0000 |
commit | 71763a8549a7fd3f41a45551c3de21e6684d4115 (patch) | |
tree | d321847169dbf7a5059248abbbfd14ad0f1db0a4 /app-emulation/wine/wine-1.1.33.ebuild | |
parent | Update makefile patch to also pass LDFLAGS to exe. #296796. (diff) | |
download | gentoo-2-71763a8549a7fd3f41a45551c3de21e6684d4115.tar.gz gentoo-2-71763a8549a7fd3f41a45551c3de21e6684d4115.tar.bz2 gentoo-2-71763a8549a7fd3f41a45551c3de21e6684d4115.zip |
Patch by Nikos Chantziaras to pull in emul-linux-x86-sdl on amd64 multilib systems when USE=openal.
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.1.33.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.33.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.1.33.ebuild b/app-emulation/wine/wine-1.1.33.ebuild index f034b15d9b30..499679b0140d 100644 --- a/app-emulation/wine/wine-1.1.33.ebuild +++ b/app-emulation/wine/wine-1.1.33.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/app-emulation/wine/wine-1.1.33.ebuild,v 1.7 2010/01/26 18:33:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.33.ebuild,v 1.8 2010/03/05 17:42:49 vapier Exp $ EAPI="2" @@ -70,6 +70,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) + openal? ( app-emulation/emul-linux-x86-sdl ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) |