diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-12 16:46:43 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-12 16:46:43 +0000 |
commit | 3a7109f93691805133a02bf2070abdcb5c346da3 (patch) | |
tree | 3110f866a1b4ef249278c38d6a2a8b69b1c30ae5 /dev-lang/mosml | |
parent | marked stable on sparc (diff) | |
download | gentoo-2-3a7109f93691805133a02bf2070abdcb5c346da3.tar.gz gentoo-2-3a7109f93691805133a02bf2070abdcb5c346da3.tar.bz2 gentoo-2-3a7109f93691805133a02bf2070abdcb5c346da3.zip |
Marked stable on 'x86'.
Diffstat (limited to 'dev-lang/mosml')
-rw-r--r-- | dev-lang/mosml/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/mosml/mosml-2.00.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/mosml/Manifest b/dev-lang/mosml/Manifest index f2de4b35beb8..25fcd4d2f33d 100644 --- a/dev-lang/mosml/Manifest +++ b/dev-lang/mosml/Manifest @@ -1,4 +1,4 @@ MD5 6e93ac9f6edb85b86bc28899efc33964 ChangeLog 423 MD5 a5c50833bcc05f696a75e5dc8bb9eb4d metadata.xml 225 -MD5 65d2b8b403e670f55ccf9f4bca1a2f43 mosml-2.00.ebuild 1022 +MD5 8d63f168f478f302dc02e52c20fe69ae mosml-2.00.ebuild 1021 MD5 24b9506ef99535afddca03ed36859920 files/digest-mosml-2.00 61 diff --git a/dev-lang/mosml/mosml-2.00.ebuild b/dev-lang/mosml/mosml-2.00.ebuild index 78e3b9a9d7a8..29548636a4aa 100644 --- a/dev-lang/mosml/mosml-2.00.ebuild +++ b/dev-lang/mosml/mosml-2.00.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.00.ebuild,v 1.1 2003/11/13 21:31:40 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.00.ebuild,v 1.2 2004/01/12 16:46:30 plasmaroo Exp $ S="${WORKDIR}/${PN}/src" DESCRIPTION="Moscow ML - a lightweight implementation of Standard ML (SML)" @@ -8,7 +8,7 @@ SRC_URI="http://www.dina.kvl.dk/~sestoft/mosml/mos20src.tar.gz" HOMEPAGE="http://www.dina.dk/~sestoft/mosml.html" LICENSE="GPL-2" DEPEND="" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" src_compile() { |