diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2008-06-08 19:21:58 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2008-06-08 19:21:58 +0000 |
commit | c51460e386da3fb018c58e21727ede9a8353a3fe (patch) | |
tree | d6766ffb82828aba71bb5faac6c3be008bd1397c /dev-lang | |
parent | Version bump, with new output-field-name prefix support. (diff) | |
download | gentoo-2-c51460e386da3fb018c58e21727ede9a8353a3fe.tar.gz gentoo-2-c51460e386da3fb018c58e21727ede9a8353a3fe.tar.bz2 gentoo-2-c51460e386da3fb018c58e21727ede9a8353a3fe.zip |
amd64 stable, bug #224893
(Portage version: 2.1.5.4)
Diffstat (limited to 'dev-lang')
-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 0f218959f565..11780725bfe3 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.144 2008/06/07 17:38:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.145 2008/06/08 19:21:58 ken69267 Exp $ + + 08 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> ocaml-3.10.2.ebuild: + amd64 stable, bug #224893 07 Jun 2008; Alexis Ballier <aballier@gentoo.org> files/ocaml-rebuild.sh: Tune up a bit ocaml-rebuild.sh so that it does not give syntax errors on diff --git a/dev-lang/ocaml/ocaml-3.10.2.ebuild b/dev-lang/ocaml/ocaml-3.10.2.ebuild index c9f38ae61b28..1abaa4adbb69 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.6 2008/06/07 16:08:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.7 2008/06/08 19:21:58 ken69267 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 ) |