diff options
author | 2011-09-19 21:49:41 +0000 | |
---|---|---|
committer | 2011-09-19 21:49:41 +0000 | |
commit | d57e3db3239b8f8c805e16866d82fecdd669f1e2 (patch) | |
tree | 8b2fbc2e7bd3b6b05cf2376c5f38beb293820f23 | |
parent | x86 stable, bug #369573 (diff) | |
download | gentoo-2-d57e3db3239b8f8c805e16866d82fecdd669f1e2.tar.gz gentoo-2-d57e3db3239b8f8c805e16866d82fecdd669f1e2.tar.bz2 gentoo-2-d57e3db3239b8f8c805e16866d82fecdd669f1e2.zip |
arm stable, bug #361767
(Portage version: 2.1.10.18/cvs/Linux x86_64)
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index 655ebff3a4bb..cb7edeac26f3 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ocaml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.196 2011/09/18 15:47:34 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.197 2011/09/19 21:49:41 maekke Exp $ + + 19 Sep 2011; Markus Meier <maekke@gentoo.org> ocaml-3.12.1.ebuild: + arm stable, bug #361767 18 Sep 2011; Andreas Schuerch <nativemad@gentoo.org> ocaml-3.12.1.ebuild: x86 stable, thanks JD, bug 361767 diff --git a/dev-lang/ocaml/ocaml-3.12.1.ebuild b/dev-lang/ocaml/ocaml-3.12.1.ebuild index ba0503114529..17775a520118 100644 --- a/dev-lang/ocaml/ocaml-3.12.1.ebuild +++ b/dev-lang/ocaml/ocaml-3.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild,v 1.4 2011/09/18 15:47:34 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild,v 1.5 2011/09/19 21:49:41 maekke Exp $ EAPI="1" @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/cristal/ocaml/ocaml-$(get_version_com LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="emacs gdbm latex ncurses +ocamlopt tk X xemacs" DEPEND="tk? ( >=dev-lang/tk-3.3.3 ) |