Skip to content

Commit

Permalink
dev-util/coccinelle: assume + for ocamlopt on pcre-ocaml
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
aballier committed Aug 2, 2017
1 parent 3d67e2f commit 1ab9642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-util/coccinelle/coccinelle-1.0.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/parmap:=[ocamlopt?]
emacs? ( virtual/emacs )
ocaml? ( dev-ml/findlib:= )
pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )
pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )
python? ( ${PYTHON_DEPS} )"

RDEPEND="${CDEPEND}
Expand Down
2 changes: 1 addition & 1 deletion dev-util/coccinelle/coccinelle-1.0.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/parmap:=[ocamlopt?]
emacs? ( virtual/emacs )
ocaml? ( dev-ml/findlib:= )
pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )
pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )
python? ( ${PYTHON_DEPS} )"

RDEPEND="${CDEPEND}
Expand Down

0 comments on commit 1ab9642

Please sign in to comment.