diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-23 18:55:02 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-23 18:55:02 +0000 |
commit | 89253e7067173303c217d9c2ac646232dd1f7823 (patch) | |
tree | ceea830604c6802adc34b02c7926f84b1a6a93af /dev-lang/mosml | |
parent | updated alsa-lib dependency to fix bug #79205. (diff) | |
download | historical-89253e7067173303c217d9c2ac646232dd1f7823.tar.gz historical-89253e7067173303c217d9c2ac646232dd1f7823.tar.bz2 historical-89253e7067173303c217d9c2ac646232dd1f7823.zip |
added ~amd64 to KEYWORDS. fixes #71083
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-lang/mosml')
-rw-r--r-- | dev-lang/mosml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/mosml/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/mosml/mosml-2.01.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-lang/mosml/ChangeLog b/dev-lang/mosml/ChangeLog index d7a0c9ad374f..2f67cc388d68 100644 --- a/dev-lang/mosml/ChangeLog +++ b/dev-lang/mosml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mosml -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.4 2004/06/24 22:52:15 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.5 2005/01/23 18:55:02 luckyduck Exp $ + + 23 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> mosml-2.01.ebuild: + added ~amd64 to KEYWORDS. fixes #Bug 71083 22 Jun 2004; David Holm <dholm@gentoo.org> mosml-2.01.ebuild: Added to ~ppc. diff --git a/dev-lang/mosml/Manifest b/dev-lang/mosml/Manifest index 7189f3d7302d..92305ab392da 100644 --- a/dev-lang/mosml/Manifest +++ b/dev-lang/mosml/Manifest @@ -1,4 +1,4 @@ -MD5 ce89bfbd009b26fd80fb496f4044f61e mosml-2.01.ebuild 1085 -MD5 00ae2787d75b598c4d30fae2c1beb0a4 ChangeLog 615 +MD5 91f90057782eb9753901f75d2000d669 mosml-2.01.ebuild 1093 +MD5 4a9f1cfee23c4bfc41bb56e8a3c27775 ChangeLog 733 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 58c4abd09cab..11732b57246e 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 Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.5 2004/07/14 13:44:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.01.ebuild,v 1.6 2005/01/23 18:55:02 luckyduck 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/mos201src.tar.gz" HOMEPAGE="http://www.dina.dk/~sestoft/mosml.html" LICENSE="GPL-2" DEPEND="" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" SLOT="0" |