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 6D81113835A for ; Wed, 27 Jan 2021 09:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1207E0AB5; Wed, 27 Jan 2021 09:24:40 +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 87D55E0AB5 for ; Wed, 27 Jan 2021 09:24:40 +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 16825340E87 for ; Wed, 27 Jan 2021 09:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B46692 for ; Wed, 27 Jan 2021 09:24:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611739325.7e6448714f37948c487c4b2f6994dc7867d2e2e5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild X-VCS-Directories: dev-ml/ppx_driver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7e6448714f37948c487c4b2f6994dc7867d2e2e5 X-VCS-Branch: master Date: Wed, 27 Jan 2021 09:24:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05887746-9a2a-4e44-b9fa-a77f96dd707c X-Archives-Hash: 0c6bd25934ace66eef31da70f69bef68 commit: 7e6448714f37948c487c4b2f6994dc7867d2e2e5 Author: Sam James gentoo org> AuthorDate: Wed Jan 27 09:22:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 27 09:22:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e644871 dev-ml/ppx_driver: needs jbuilder Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild b/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild index 494c07cf18e..aa88a6f5b4d 100644 --- a/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild +++ b/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit dune +inherit opam DESCRIPTION="Feature-full driver for OCaml AST transformers" HOMEPAGE="https://github.com/janestreet/ppx_driver" @@ -11,11 +11,13 @@ SRC_URI="https://github.com/janestreet/ppx_driver/archive/v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="+ocamlopt" +KEYWORDS="~amd64 ~ppc ~x86" +BDEPEND="dev-ml/jbuilder" DEPEND=" - dev-ml/ppxlib:= - dev-ml/ocaml-migrate-parsetree:= -" + dev-ml/ppx_core:= + dev-ml/stdio:= + dev-ml/ppx_optcomp:= + dev-ml/ocaml-migrate-parsetree:= + dev-ml/ocamlbuild:=" RDEPEND="${DEPEND}"