dev-ml/pcre-ocaml: add missing deps, bug #627836

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Alexis Ballier
2017-08-26 14:02:48 +02:00
parent f03d363311
commit 15cbf8ca41

View File

@@ -11,10 +11,15 @@ SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/${PV}/pcre-${PV}
LICENSE="LGPL-2.1-with-linking-exception"
IUSE="examples"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
KEYWORDS="~amd64 ~x86-fbsd"
RDEPEND=">=dev-libs/libpcre-4.5"
DEPEND="${RDEPEND} dev-ml/jbuilder"
DEPEND="${RDEPEND}
dev-ml/jbuilder
dev-ml/base
dev-ml/stdio
dev-ml/configurator
"
S="${WORKDIR}/pcre-${PV}"