diff options
Diffstat (limited to 'app-emulation/wine/wine-1.4.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.4.ebuild b/app-emulation/wine/wine-1.4.ebuild index eb59dd641424..64a01bcd4808 100644 --- a/app-emulation/wine/wine-1.4.ebuild +++ b/app-emulation/wine/wine-1.4.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-1.4.ebuild,v 1.4 2012/05/12 21:12:51 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.5 2012/06/10 03:24:21 tetromino Exp $ EAPI="4" @@ -23,8 +23,8 @@ DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" SRC_URI="${SRC_URI} gecko? ( - mirror://sourceforge/wine/wine_gecko-${GV}-x86.msi - win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.msi ) + mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86.msi + win64? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86_64.msi ) )" LICENSE="LGPL-2.1" |