diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-05 23:31:39 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-05 23:31:39 +0000 |
commit | 28f0801e90994d243f433e3a109bb6d4e04eccde (patch) | |
tree | dbf56c54eb24fc90f9fbfcbda250689f1ffec9a3 /app-emulation/spim/spim-7.0.ebuild | |
parent | Version bump, ebuild by mickn in #gentoo-bugs. (Manifest recommit) (diff) | |
download | gentoo-2-28f0801e90994d243f433e3a109bb6d4e04eccde.tar.gz gentoo-2-28f0801e90994d243f433e3a109bb6d4e04eccde.tar.bz2 gentoo-2-28f0801e90994d243f433e3a109bb6d4e04eccde.zip |
Oops, fix wrong src_uri.
Diffstat (limited to 'app-emulation/spim/spim-7.0.ebuild')
-rw-r--r-- | app-emulation/spim/spim-7.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/spim/spim-7.0.ebuild b/app-emulation/spim/spim-7.0.ebuild index 864b69fc1057..f2a87c9dbf8a 100644 --- a/app-emulation/spim/spim-7.0.ebuild +++ b/app-emulation/spim/spim-7.0.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.0.ebuild,v 1.1 2004/09/05 23:26:47 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.0.ebuild,v 1.2 2004/09/05 23:31:39 kloeri Exp $ inherit eutils DESCRIPTION="MIPS Simulator" HOMEPAGE="http://www.cs.wisc.edu/~larus/spim.html" # No version upstream -SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/spim.tar.gz" -#SRC_URI="mirror://gentoo//${P}.tar.gz" +#SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/spim.tar.gz" +SRC_URI="mirror://gentoo//${P}.tar.gz" KEYWORDS="~x86 ~amd64 ~ppc" LICENSE="as-is" |