diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-03 11:57:12 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-03 17:13:26 +0200 |
commit | 8dbb9ce8ead7ee4eba3c503655d73a2aa6313704 (patch) | |
tree | 0c39324b7cfa1ca18e93993b1c56dfd02dc256a8 /dev-ml/ocaml-webmachine | |
parent | dev-ml/ocaml-dns: backport upstream patch to build with latest ocaml-uri (diff) | |
download | gentoo-8dbb9ce8ead7ee4eba3c503655d73a2aa6313704.tar.gz gentoo-8dbb9ce8ead7ee4eba3c503655d73a2aa6313704.tar.bz2 gentoo-8dbb9ce8ead7ee4eba3c503655d73a2aa6313704.zip |
dev-ml/ocaml-webmachine: Assume ocamlopt is enabled if not exposed for ocaml-uri
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocaml-webmachine')
-rw-r--r-- | dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild index 8739af562f49..428929a6c100 100644 --- a/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild +++ b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild @@ -22,7 +22,7 @@ DEPEND=" dev-ml/ocaml-cohttp:=[ocamlopt?] dev-ml/ocaml-dispatch:=[ocamlopt?] dev-ml/ocaml-re:=[ocamlopt?] - dev-ml/ocaml-uri:=[ocamlopt?] + dev-ml/ocaml-uri:=[ocamlopt(+)?] " RDEPEND="${DEPEND}" DEPEND="${DEPEND} |