diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-07 16:08:46 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-07 16:08:46 +0000 |
commit | f19fe99c3518fa08e18b42ceb0433b0417eb0628 (patch) | |
tree | 32266301817efe9c4ace1819366573ad37280c2f /dev-lang/ocaml | |
parent | Removed old versions. (diff) | |
download | gentoo-2-f19fe99c3518fa08e18b42ceb0433b0417eb0628.tar.gz gentoo-2-f19fe99c3518fa08e18b42ceb0433b0417eb0628.tar.bz2 gentoo-2-f19fe99c3518fa08e18b42ceb0433b0417eb0628.zip |
Stable on ppc wrt bug 224893
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index 73cd1a43aca4..873889f18ded 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ocaml # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.142 2008/06/07 15:48:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.143 2008/06/07 16:08:46 nixnut Exp $ + + 07 Jun 2008; nixnut <nixnut@gentoo.org> ocaml-3.10.2.ebuild: + Stable on ppc wrt bug 224893 07 Jun 2008; Jeroen Roovers <jer@gentoo.org> ocaml-3.10.2.ebuild: Stable for HPPA (bug #224893). diff --git a/dev-lang/ocaml/ocaml-3.10.2.ebuild b/dev-lang/ocaml/ocaml-3.10.2.ebuild index 7a3eb1730134..c9f38ae61b28 100644 --- a/dev-lang/ocaml/ocaml-3.10.2.ebuild +++ b/dev-lang/ocaml/ocaml-3.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.5 2008/06/07 15:48:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.6 2008/06/07 16:08:46 nixnut Exp $ inherit flag-o-matic eutils multilib versionator toolchain-funcs @@ -13,7 +13,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="emacs gdbm latex ncurses +ocamlopt tk X xemacs" DEPEND="tk? ( >=dev-lang/tk-3.3.3 ) |