summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-24 10:47:13 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-24 10:47:13 +0000
commitb35bd356dff1157e8790602449fe94d98e628de2 (patch)
tree50930123e4124603948d96fb8e5b7e7741f90542
parentMask kde-base/solid-4.8[bluetooth] for ppc* (diff)
downloadgentoo-2-b35bd356dff1157e8790602449fe94d98e628de2.tar.gz
gentoo-2-b35bd356dff1157e8790602449fe94d98e628de2.tar.bz2
gentoo-2-b35bd356dff1157e8790602449fe94d98e628de2.zip
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
-rw-r--r--dev-lang/ocaml/ChangeLog5
-rw-r--r--dev-lang/ocaml/ocaml-3.12.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog
index 01df643688e4..c3e2a8b8c81d 100644
--- a/dev-lang/ocaml/ChangeLog
+++ b/dev-lang/ocaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.202 2012/05/15 02:57:30 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.203 2012/05/24 10:47:13 aballier Exp $
+
+ 24 May 2012; Alexis Ballier <aballier@gentoo.org> ocaml-3.12.1.ebuild:
+ keyword ~amd64-fbsd
15 May 2012; Benda Xu <heroxbd@gentoo.org> ocaml-3.12.1.ebuild:
on arm, use user -O flags instead of hard coding -O0, as per bug 340607.
diff --git a/dev-lang/ocaml/ocaml-3.12.1.ebuild b/dev-lang/ocaml/ocaml-3.12.1.ebuild
index 73f7addf494a..e85ed46aafef 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-2012 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.10 2012/05/15 02:57:30 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild,v 1.11 2012/05/24 10:47:13 aballier 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 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs gdbm latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )