From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C2F81396D1 for ; Sat, 26 Aug 2017 12:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7C31E0BE0; Sat, 26 Aug 2017 12:03:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B67E1E0BE2 for ; Sat, 26 Aug 2017 12:03:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5A103416AF for ; Sat, 26 Aug 2017 12:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E8EF833D for ; Sat, 26 Aug 2017 12:03:18 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1503748991.15cbf8ca41c84d7c69be2e687c9e06884f936a1e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild X-VCS-Directories: dev-ml/pcre-ocaml/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 15cbf8ca41c84d7c69be2e687c9e06884f936a1e X-VCS-Branch: master Date: Sat, 26 Aug 2017 12:03:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80bf88e4-a6f2-4e15-8a6c-e7d6adc33573 X-Archives-Hash: a49263b618c869f744c599772c7f73cb commit: 15cbf8ca41c84d7c69be2e687c9e06884f936a1e Author: Alexis Ballier gentoo org> AuthorDate: Sat Aug 26 12:02:48 2017 +0000 Commit: Alexis Ballier gentoo 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}"