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 6FF481396D0 for ; Sat, 26 Aug 2017 12:20:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6052E0D34; Sat, 26 Aug 2017 12:20:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 92634E0D34 for ; Sat, 26 Aug 2017 12:20:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A19743415B7 for ; Sat, 26 Aug 2017 12:20:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D1588340 for ; Sat, 26 Aug 2017 12:20:46 +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: <1503750039.8fc18f6c85c37a9fa5ddddf613037b74cd0b68a3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-sqlite3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild X-VCS-Directories: dev-ml/ocaml-sqlite3/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8fc18f6c85c37a9fa5ddddf613037b74cd0b68a3 X-VCS-Branch: master Date: Sat, 26 Aug 2017 12:20:46 +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: 942473df-fe17-4f35-b005-91ace52d88ab X-Archives-Hash: 5fc001784a726485c886790726e6ae74 commit: 8fc18f6c85c37a9fa5ddddf613037b74cd0b68a3 Author: Alexis Ballier gentoo org> AuthorDate: Sat Aug 26 12:20:31 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Aug 26 12:20:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc18f6c dev-ml/ocaml-sqlite3: add missing deps, bug #627298 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild index 6b298cba0bf..0b259003e62 100644 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild +++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild @@ -14,12 +14,15 @@ SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/${PV}/${MY_P} LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86-fbsd" IUSE="" RDEPEND=">=dev-db/sqlite-3.3.3" DEPEND="${RDEPEND} dev-ml/jbuilder + dev-ml/base + dev-ml/stdio + dev-ml/configurator >=dev-ml/findlib-1.3.2" S=${WORKDIR}/${MY_P}