diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-07 18:04:55 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-07 18:05:13 +0100 |
commit | a0a4f95dccfb21f49bec7efa2e722c7e3049a16d (patch) | |
tree | ab19564c0356c96280ee5df181d4edfd1bf82567 /dev-ml/ocamlbuild | |
parent | sci-visualization/gnuplot: version bump (bug #576710) (diff) | |
download | gentoo-a0a4f95dccfb21f49bec7efa2e722c7e3049a16d.tar.gz gentoo-a0a4f95dccfb21f49bec7efa2e722c7e3049a16d.tar.bz2 gentoo-a0a4f95dccfb21f49bec7efa2e722c7e3049a16d.zip |
dev-ml/ocamlbuild: add blocker against findlib versions that it collides with
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlbuild')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild index 526a153f8cf2..354981b58089 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild @@ -16,7 +16,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fb IUSE="+ocamlopt" DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !<dev-ml/findlib-1.6.1-r1 +" src_prepare() { epatch "${FILESDIR}/installbin.patch" |