diff options
author | 2012-05-12 21:12:51 +0000 | |
---|---|---|
committer | 2012-05-12 21:12:51 +0000 | |
commit | 794ba72781da0e2dee4c054900bb9658e06e5e07 (patch) | |
tree | 4725d3626c490015f4020f5272b89fd035e2c72e /app-emulation/wine/wine-1.5.1.ebuild | |
parent | Version bump; remove old. (diff) | |
download | gentoo-2-794ba72781da0e2dee4c054900bb9658e06e5e07.tar.gz gentoo-2-794ba72781da0e2dee4c054900bb9658e06e5e07.tar.bz2 gentoo-2-794ba72781da0e2dee4c054900bb9658e06e5e07.zip |
Bump, see http://www.winehq.org/announce/1.5.4 for the announcement. Update SRC_URI.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.5.1.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.5.1.ebuild b/app-emulation/wine/wine-1.5.1.ebuild index 396116a8cae3..cd5a47e4f9de 100644 --- a/app-emulation/wine/wine-1.5.1.ebuild +++ b/app-emulation/wine/wine-1.5.1.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.5.1.ebuild,v 1.2 2012/05/03 18:49:05 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild,v 1.3 2012/05/12 21:12:50 tetromino Exp $ EAPI="4" @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then #KEYWORDS="" else MY_P="${PN}-${PV/_/-}" - SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" + SRC_URI="mirror://sourceforge/${PN}/Source/${MY_P}.tar.bz2" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" S=${WORKDIR}/${MY_P} fi |