diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-07-11 04:35:37 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-07-11 04:35:37 +0000 |
commit | c5165980962c959b77974f87ce760d7e90f68770 (patch) | |
tree | 7dbd530194c0afe3eca3a905f325fb7ee842e840 /dev-lang/ocaml | |
parent | Add ocamlopt to use.mask (diff) | |
download | gentoo-2-c5165980962c959b77974f87ce760d7e90f68770.tar.gz gentoo-2-c5165980962c959b77974f87ce760d7e90f68770.tar.bz2 gentoo-2-c5165980962c959b77974f87ce760d7e90f68770.zip |
Added ~mips, bug 319649
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ocaml')
-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 ec8953079a24..d01b5f1c6a26 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.193 2011/07/06 16:40:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.194 2011/07/11 04:35:37 mattst88 Exp $ + + 11 Jul 2011; Matt Turner <mattst88@gentoo.org> ocaml-3.12.1.ebuild: + Added ~mips, bug 319649 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -ocaml-3.12.0.ebuild, -ocaml-3.12.0-r1.ebuild, -ocaml-3.12.1_rc1.ebuild: diff --git a/dev-lang/ocaml/ocaml-3.12.1.ebuild b/dev-lang/ocaml/ocaml-3.12.1.ebuild index a1066660f512..c320cda544e8 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.1 2011/07/04 22:11:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild,v 1.2 2011/07/11 04:35:37 mattst88 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 ~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 ) |