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 | e8ba45cb3d91e034aa308f1fa72dc31ccdf42870 (patch) | |
tree | 683259e0c1e693f13576672c632963f385b3ea88 /app-emulation/spim/spim-6.5.ebuild | |
parent | Added missing dep (diff) | |
download | gentoo-2-e8ba45cb3d91e034aa308f1fa72dc31ccdf42870.tar.gz gentoo-2-e8ba45cb3d91e034aa308f1fa72dc31ccdf42870.tar.bz2 gentoo-2-e8ba45cb3d91e034aa308f1fa72dc31ccdf42870.zip |
unmasks, SRC_URI and changelog fixes
Diffstat (limited to 'app-emulation/spim/spim-6.5.ebuild')
-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} |