diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-11-15 09:19:51 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-11-15 09:19:51 +0000 |
commit | 87d8d612c71c6c076a72dd30291a242e2df10c00 (patch) | |
tree | 7cd7fcc075bf8994ad6c997b7b69f9ee4e901d92 /dev-ml/ocamlgsl | |
parent | x86 stable per bug #344435 (diff) | |
download | gentoo-2-87d8d612c71c6c076a72dd30291a242e2df10c00.tar.gz gentoo-2-87d8d612c71c6c076a72dd30291a242e2df10c00.tar.bz2 gentoo-2-87d8d612c71c6c076a72dd30291a242e2df10c00.zip |
x86 stable per bug #344435
(Portage version: 2.1.9.24/cvs/Linux i686)
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 29664e0c70f7..8718b6cd2871 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.2 2010/06/11 20:12:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ChangeLog,v 1.3 2010/11/15 09:19:51 tomka Exp $ + + 15 Nov 2010; Thomas Kahle <tomka@gentoo.org> ocamlgsl-0.6.0.ebuild: + x86 stable per bug #344435 11 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> ocamlgsl-0.6.0.ebuild: Adding dev-ml/fort to dependencies. Fixes bug 323543. Thanks Diego for the diff --git a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild index b5a5e22851bb..a734480f9df9 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.2 2010/06/11 20:12:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild,v 1.3 2010/11/15 09:19:51 tomka 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 |