summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-09-10 20:19:08 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-09-10 20:19:08 +0000
commit5c0ba023bd692f21c4fe90070856188963a84c21 (patch)
treecef78d813b4d9d5a48f464d1e3158d4f190c9890 /dev-lang/ocaml
parentstable on x86, wrt bug #189755 (diff)
downloadgentoo-2-5c0ba023bd692f21c4fe90070856188963a84c21.tar.gz
gentoo-2-5c0ba023bd692f21c4fe90070856188963a84c21.tar.bz2
gentoo-2-5c0ba023bd692f21c4fe90070856188963a84c21.zip
Marked stable on amd64 as requested by aballier.
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r--dev-lang/ocaml/ChangeLog6
-rw-r--r--dev-lang/ocaml/ocaml-3.09.3-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog
index c861648ceb73..fbd507a007a2 100644
--- a/dev-lang/ocaml/ChangeLog
+++ b/dev-lang/ocaml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.120 2007/08/23 07:54:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.121 2007/09/10 20:19:08 philantrop Exp $
+
+ 10 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ ocaml-3.09.3-r1.ebuild:
+ Marked stable on amd64 as requested by aballier.
23 Aug 2007; Alexis Ballier <aballier@gentoo.org> files/ocaml-rebuild.sh:
fix usage of deprecated emerge unmerge in ocaml-rebuild.sh, thanks to Jack
diff --git a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
index 463b5b79b1cf..6f49a8987015 100644
--- a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.21 2007/08/13 20:15:21 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.22 2007/09/10 20:19:08 philantrop Exp $
inherit flag-o-matic eutils multilib pax-utils versionator toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://caml.inria.fr/distrib/ocaml-$( get_version_component_range 1-2 )
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="gdbm ncurses tk latex X"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )