diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 13:04:13 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 13:22:50 +0200 |
commit | f0d63c0e5a6e0e0e123af03b187a9d4950bedac7 (patch) | |
tree | 021c83d7d20b610a001a5ffcae799d4130179b31 /dev-ml/ocaml-text | |
parent | dev-util/coccinelle: assume + for ocamlopt on pcre-ocaml (diff) | |
download | gentoo-f0d63c0e5a6e0e0e123af03b187a9d4950bedac7.tar.gz gentoo-f0d63c0e5a6e0e0e123af03b187a9d4950bedac7.tar.bz2 gentoo-f0d63c0e5a6e0e0e123af03b187a9d4950bedac7.zip |
dev-ml/ocaml-text: assume + for ocamlopt on pcre-ocaml
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml/ocaml-text')
-rw-r--r-- | dev-ml/ocaml-text/ocaml-text-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocaml-text/ocaml-text-0.8.ebuild b/dev-ml/ocaml-text/ocaml-text-0.8.ebuild index 685c177ff27f..ebcdda2a93f6 100644 --- a/dev-ml/ocaml-text/ocaml-text-0.8.ebuild +++ b/dev-ml/ocaml-text/ocaml-text-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ IUSE="pcre" RDEPEND="virtual/libiconv dev-ml/camlp4:= - pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )" + pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )" DEPEND="${RDEPEND} doc? ( dev-tex/rubber virtual/latex-base )" |