diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-21 22:19:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-21 22:19:42 +0000 |
commit | 6a4cc5fb749414a1fe77ac9d1ceb7927f6410159 (patch) | |
tree | 9f33fb46c2ab23da6dd996ce60d7ff75d41e2c0e /app-emulation/wine/wine-1.3.3.ebuild | |
parent | Version bump #338217 by Markus Hauschild. (diff) | |
download | gentoo-2-6a4cc5fb749414a1fe77ac9d1ceb7927f6410159.tar.gz gentoo-2-6a4cc5fb749414a1fe77ac9d1ceb7927f6410159.tar.bz2 gentoo-2-6a4cc5fb749414a1fe77ac9d1ceb7927f6410159.zip |
Tie the 64bit gecko cab to USE=win64 like the install.
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.3.3.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.3.3.ebuild b/app-emulation/wine/wine-1.3.3.ebuild index 8742228b81bd..965361c41327 100644 --- a/app-emulation/wine/wine-1.3.3.ebuild +++ b/app-emulation/wine/wine-1.3.3.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.3.3.ebuild,v 1.1 2010/09/21 21:56:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v 1.2 2010/09/21 22:19:42 vapier Exp $ EAPI="2" @@ -27,7 +27,7 @@ HOMEPAGE="http://www.winehq.org/" SRC_URI="${SRC_URI} gecko? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86.cab - mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.cab + win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.cab ) ) pulseaudio? ( `pulse_patches http://art.ified.ca/downloads/winepulse` )" |