diff options
author | David Seifert <soap@gentoo.org> | 2016-02-14 22:54:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-02-14 23:18:37 +0100 |
commit | da34e3f188466947b1adc65d4bd0ba0ce565a8e5 (patch) | |
tree | e9c4a78b1f52296877f9c7f725174408a7ba166a /dev-ml/ocamlgsl | |
parent | app-portage/eix: Add support for required-use (diff) | |
download | gentoo-da34e3f188466947b1adc65d4bd0ba0ce565a8e5.tar.gz gentoo-da34e3f188466947b1adc65d4bd0ba0ce565a8e5.tar.bz2 gentoo-da34e3f188466947b1adc65d4bd0ba0ce565a8e5.zip |
dev-ml/ocamlgsl: Add blocker on dev-ml/gsl-ocaml
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ml/ocamlgsl')
-rw-r--r-- | dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild index e7bfd54fc746..26c995440509 100644 --- a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild +++ b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,8 @@ KEYWORDS="amd64 ~ppc x86" IUSE="doc test" RDEPEND=">=dev-lang/ocaml-3.10:= - sci-libs/gsl" + sci-libs/gsl + !dev-ml/gsl-ocaml" DEPEND="${RDEPEND} test? ( dev-ml/fort )" |