diff options
-rw-r--r-- | dev-ml/ocamlgsl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-ml/ocamlgsl/ChangeLog b/dev-ml/ocamlgsl/ChangeLog index 9ac1aa5de521..29664e0c70f7 100644 --- a/dev-ml/ocamlgsl/ChangeLog +++ b/dev-ml/ocamlgsl/ChangeLog @@ -1,6 +1,10 @@ # 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.1 2010/06/03 19:36:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ChangeLog,v 1.2 2010/06/11 20:12:30 xarthisius Exp $ + + 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 + report. *ocamlgsl-0.6.0 (03 Jun 2010) diff --git a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild index 8899482c1f61..b5a5e22851bb 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.1 2010/06/03 19:36:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild,v 1.2 2010/06/11 20:12:30 xarthisius Exp $ EAPI="2" @@ -13,11 +13,12 @@ SRC_URI="http://oandrieu.nerim.net/ocaml/gsl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" +IUSE="doc test" -DEPEND=">=dev-lang/ocaml-3.10 - sci-libs/gsl" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-3.10 + sci-libs/gsl" +DEPEND="${RDEPEND} + test? ( dev-ml/fort )" PATCHES=( "${FILESDIR}/${P}-ocaml311.patch" ) |