diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-06-10 03:24:21 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-06-10 03:24:21 +0000 |
commit | 48e7430b574d31ca16dae0dc4a9ff6c8e1118439 (patch) | |
tree | 6823b9eb94b7d7fcb2085641ea3acbbbe9b77b68 /app-emulation/wine/wine-1.2.2.ebuild | |
parent | Drop old revision of check-0.9.8 as bug #392773 is fixed. (diff) | |
download | gentoo-2-48e7430b574d31ca16dae0dc4a9ff6c8e1118439.tar.gz gentoo-2-48e7430b574d31ca16dae0dc4a9ff6c8e1118439.tar.bz2 gentoo-2-48e7430b574d31ca16dae0dc4a9ff6c8e1118439.zip |
Bump, see http://www.winehq.org/announce/1.5.6 for the announcement. Optionally enable Wine's binary Mono add-on for .NET support. Update Gecko add-on source URIs.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.2.2.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.2.2.ebuild b/app-emulation/wine/wine-1.2.2.ebuild index 95a3ee6a87fb..6aa3d29afa96 100644 --- a/app-emulation/wine/wine-1.2.2.ebuild +++ b/app-emulation/wine/wine-1.2.2.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.2.2.ebuild,v 1.16 2012/05/12 21:12:51 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.17 2012/06/10 03:24:21 tetromino Exp $ EAPI="4" @@ -25,7 +25,7 @@ GV="1.0.0-x86" DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" SRC_URI="${SRC_URI} - gecko? ( mirror://sourceforge/wine/wine_gecko-${GV}.cab ) + gecko? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}.cab ) pulseaudio? ( `pulse_patches http://art.ified.ca/downloads/winepulse` )" LICENSE="LGPL-2.1" |