diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-06-11 20:12:30 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-06-11 20:12:30 +0000 |
commit | bcbc6eb6ad52384b34459f429ea955679b1fcb99 (patch) | |
tree | 4f97e364a8cd76ecfa879d1d6ada9bf318a32af2 /dev-ml | |
parent | version bump, bug #316279 (diff) | |
download | gentoo-2-bcbc6eb6ad52384b34459f429ea955679b1fcb99.tar.gz gentoo-2-bcbc6eb6ad52384b34459f429ea955679b1fcb99.tar.bz2 gentoo-2-bcbc6eb6ad52384b34459f429ea955679b1fcb99.zip |
Adding dev-ml/fort to dependencies. Fixes bug 323543. Thanks Diego for the report.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-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" ) |