commit: 15cbf8ca41c84d7c69be2e687c9e06884f936a1e Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sat Aug 26 12:02:48 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sat Aug 26 12:03:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cbf8ca
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 c28f4a1d643..2d0b6f63e7a 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}"
