diff options
author | 2010-11-28 12:42:58 +0000 | |
---|---|---|
committer | 2010-11-28 12:42:58 +0000 | |
commit | 8a977c29bb1d41cf7478f1aa39a9aecde9d1f306 (patch) | |
tree | d8446e147b04c591e76793f3d3c43301db2e0be6 /dev-ml/ocamlgsl | |
parent | Stable on amd64 wrt bug #343227 (diff) | |
download | historical-8a977c29bb1d41cf7478f1aa39a9aecde9d1f306.tar.gz historical-8a977c29bb1d41cf7478f1aa39a9aecde9d1f306.tar.bz2 historical-8a977c29bb1d41cf7478f1aa39a9aecde9d1f306.zip |
Stable on amd64 wrt bug #344435
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/ocamlgsl')
-rw-r--r-- | dev-ml/ocamlgsl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlgsl/ChangeLog b/dev-ml/ocamlgsl/ChangeLog index 8718b6cd2871..869d4cdbcd58 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.3 2010/11/15 09:19:51 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ChangeLog,v 1.4 2010/11/28 12:42:58 hwoarang Exp $ + + 28 Nov 2010; Markos Chandras <hwoarang@gentoo.org> ocamlgsl-0.6.0.ebuild: + Stable on amd64 wrt bug #344435 15 Nov 2010; Thomas Kahle <tomka@gentoo.org> ocamlgsl-0.6.0.ebuild: x86 stable per bug #344435 diff --git a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild index a734480f9df9..7a02af20e078 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 # 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.3 2010/11/15 09:19:51 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild,v 1.4 2010/11/28 12:42:58 hwoarang 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 x86" IUSE="doc test" RDEPEND=">=dev-lang/ocaml-3.10 |