diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-06-28 03:46:37 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-06-28 03:46:37 +0000 |
commit | 3cf8b93c76d723159e54c94172c6cbd7c8133951 (patch) | |
tree | 939afdf133829010242bdc5bea5b7e4c4bc68b10 /dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild | |
parent | Fix resolvconf script when dbus is not enabled (diff) | |
download | gentoo-2-3cf8b93c76d723159e54c94172c6cbd7c8133951.tar.gz gentoo-2-3cf8b93c76d723159e54c94172c6cbd7c8133951.tar.bz2 gentoo-2-3cf8b93c76d723159e54c94172c6cbd7c8133951.zip |
dev-dotnet/ikvm-bin: fixed SRC_URI (bug #183478)
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild')
-rw-r--r-- | dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild b/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild index 1983b9aa7adf..2159e7fb08bd 100644 --- a/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild +++ b/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild,v 1.1 2007/06/27 02:02:24 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm-bin/ikvm-bin-0.34.0.2.ebuild,v 1.2 2007/06/28 03:46:37 jurek Exp $ inherit eutils mono multilib @@ -9,8 +9,7 @@ MY_PN=${PN/-bin/} DESCRIPTION="Java VM for .NET" HOMEPAGE="http://www.ikvm.net/" -SRC_URI="http://www.go-mono.com/sources/${MY_PN}/${MY_PN}bin-${PV}.zip" - +SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}bin-${PV}.zip" LICENSE="as-is" SLOT="0" |