summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-26 14:02:48 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-26 14:03:11 +0200
commit15cbf8ca41c84d7c69be2e687c9e06884f936a1e (patch)
tree3173aafdc36d13e862efb76742ac010f8a1fd0cf /dev-ml/pcre-ocaml
parentdev-ml/opam-file-format: initial import (diff)
downloadgentoo-15cbf8ca41c84d7c69be2e687c9e06884f936a1e.tar.gz
gentoo-15cbf8ca41c84d7c69be2e687c9e06884f936a1e.tar.bz2
gentoo-15cbf8ca41c84d7c69be2e687c9e06884f936a1e.zip
dev-ml/pcre-ocaml: add missing deps, bug #627836
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild9
1 files 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 c28f4a1d6433..2d0b6f63e7a0 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}"