diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-01 21:58:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-01 21:58:48 +0000 |
commit | f63046f21575b67748845bf1c15fbcd2ff016227 (patch) | |
tree | 504230af35469b4b22c0384edcd986eea220afcb /app-emulation/spim | |
parent | Added missing dep (diff) | |
download | historical-f63046f21575b67748845bf1c15fbcd2ff016227.tar.gz historical-f63046f21575b67748845bf1c15fbcd2ff016227.tar.bz2 historical-f63046f21575b67748845bf1c15fbcd2ff016227.zip |
unmasks, SRC_URI and changelog fixes
Diffstat (limited to 'app-emulation/spim')
-rw-r--r-- | app-emulation/spim/spim-6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spim/spim-6.5.ebuild b/app-emulation/spim/spim-6.5.ebuild index a36d9b54ea15..3b3a66f6fe04 100644 --- a/app-emulation/spim/spim-6.5.ebuild +++ b/app-emulation/spim/spim-6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-6.5.ebuild,v 1.3 2003/02/16 19:13:43 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-6.5.ebuild,v 1.4 2003/07/01 21:58:48 aliz Exp $ IUSE="X" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.cs.wisc.edu/~larus/spim.html" SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/spim.tar.gz" DESCRIPTION="MIPS Simulator" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="as-is" S=${WORKDIR}/${P} |