From 15cbf8ca41c84d7c69be2e687c9e06884f936a1e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sat, 26 Aug 2017 14:02:48 +0200 Subject: [PATCH] dev-ml/pcre-ocaml: add missing deps, bug #627836 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild index c28f4a1d6433b..2d0b6f63e7a0a 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild @@ -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}"