diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-24 04:42:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-24 04:42:24 +0000 |
commit | b7a237b706b8209b6e76e3097dcc010cc9a156fb (patch) | |
tree | d47504987884a10920683a68dfc3f902d36fc68d /app-emulation/wine/wine-1.1.36.ebuild | |
parent | add IUSE=win32 (diff) | |
download | gentoo-2-b7a237b706b8209b6e76e3097dcc010cc9a156fb.tar.gz gentoo-2-b7a237b706b8209b6e76e3097dcc010cc9a156fb.tar.bz2 gentoo-2-b7a237b706b8209b6e76e3097dcc010cc9a156fb.zip |
Depend on emul-linux-x86-opengl for amd64 multilib #315525 by Bartosz Szreder.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.1.36.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.36.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.1.36.ebuild b/app-emulation/wine/wine-1.1.36.ebuild index 9bbdf068033f..cd48ed67b8d5 100644 --- a/app-emulation/wine/wine-1.1.36.ebuild +++ b/app-emulation/wine/wine-1.1.36.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.36.ebuild,v 1.5 2010/06/21 19:21:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.36.ebuild,v 1.6 2010/07/24 04:42:24 vapier Exp $ EAPI="2" @@ -71,6 +71,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) >=app-emulation/emul-linux-x86-soundlibs-2.1 ) openal? ( app-emulation/emul-linux-x86-sdl ) + opengl? ( app-emulation/emul-linux-x86-opengl ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) |