summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-05-22 20:41:18 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-05-22 20:41:18 +0000
commit0f537608084ce81e527c840eb07e551c71d24f69 (patch)
treef96de278b889486522b83c0730f3a0045055ea14 /dev-lang
parentFixed unstable dependency (diff)
downloadhistorical-0f537608084ce81e527c840eb07e551c71d24f69.tar.gz
historical-0f537608084ce81e527c840eb07e551c71d24f69.tar.bz2
historical-0f537608084ce81e527c840eb07e551c71d24f69.zip
Marked stable on "x86".
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mosml/Manifest2
-rw-r--r--dev-lang/mosml/mosml-2.01.ebuild6
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-lang/mosml/Manifest b/dev-lang/mosml/Manifest
index a0ef47a9807f..82deb54a04fc 100644
--- a/dev-lang/mosml/Manifest
+++ b/dev-lang/mosml/Manifest
@@ -1,4 +1,4 @@
MD5 7390985e8f617c4d25f57a1af4bbb6c2 ChangeLog 543
-MD5 6c9ae07f2f19779ab69e5fe67e3e2fff mosml-2.01.ebuild 1085
+MD5 35af708db2273d9f2b64ef9850ff80bf mosml-2.01.ebuild 1082
MD5 a5c50833bcc05f696a75e5dc8bb9eb4d metadata.xml 225
MD5 2064226e85924cc665211f79661a204e files/digest-mosml-2.01 62
diff --git a/dev-lang/mosml/mosml-2.01.ebuild b/dev-lang/mosml/mosml-2.01.ebuild
index 40a4d63aad51..8c8a82f70fd0 100644
--- a/dev-lang/mosml/mosml-2.01.ebuild
+++ b/dev-lang/mosml/mosml-2.01.ebuild
@@ -1,6 +1,6 @@
# 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.01.ebuild,v 1.1 2004/02/18 14:46:29 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.01.ebuild,v 1.2 2004/05/22 20:41:18 plasmaroo Exp $
S="${WORKDIR}/${PN}/src"
DESCRIPTION="Moscow ML - a lightweight implementation of Standard ML (SML)"
@@ -8,13 +8,11 @@ SRC_URI="http://www.dina.kvl.dk/~sestoft/mosml/mos201src.tar.gz"
HOMEPAGE="http://www.dina.dk/~sestoft/mosml.html"
LICENSE="GPL-2"
DEPEND=""
-KEYWORDS="~x86"
+KEYWORDS="x86"
SLOT="0"
src_compile() {
-
emake MOSMLHOME=/opt/mosml world || die
-
}
src_install () {