summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-02-12 16:02:42 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-02-12 16:02:42 +0000
commitd89e510fc331a2820a1cb4577d3053b4c8b49974 (patch)
tree117bba634edc80374c621b817eb05b3d4be57024 /dev-ml/ocamlgsl
parentRemove vulnerable version. (diff)
downloadhistorical-d89e510fc331a2820a1cb4577d3053b4c8b49974.tar.gz
historical-d89e510fc331a2820a1cb4577d3053b4c8b49974.tar.bz2
historical-d89e510fc331a2820a1cb4577d3053b4c8b49974.zip
Marked ~ppc wrt #322673
Package-Manager: portage-2.1.9.25/cvs/Linux ppc64
Diffstat (limited to 'dev-ml/ocamlgsl')
-rw-r--r--dev-ml/ocamlgsl/ChangeLog7
-rw-r--r--dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ocamlgsl/ChangeLog b/dev-ml/ocamlgsl/ChangeLog
index 869d4cdbcd58..db841277964d 100644
--- a/dev-ml/ocamlgsl/ChangeLog
+++ b/dev-ml/ocamlgsl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlgsl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ChangeLog,v 1.4 2010/11/28 12:42:58 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ChangeLog,v 1.5 2011/02/12 16:02:42 xarthisius Exp $
+
+ 12 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> ocamlgsl-0.6.0.ebuild:
+ Marked ~ppc wrt #322673
28 Nov 2010; Markos Chandras <hwoarang@gentoo.org> ocamlgsl-0.6.0.ebuild:
Stable on amd64 wrt bug #344435
diff --git a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild
index 7a02af20e078..62cd29e18652 100644
--- a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild
+++ b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild,v 1.4 2010/11/28 12:42:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild,v 1.5 2011/02/12 16:02:42 xarthisius Exp $
EAPI="2"
@@ -12,7 +12,7 @@ SRC_URI="http://oandrieu.nerim.net/ocaml/gsl/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc test"
RDEPEND=">=dev-lang/ocaml-3.10