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 CA02513835A for ; Fri, 22 Jan 2021 03:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F07CE08C8; Fri, 22 Jan 2021 03:34:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 18829E08C8 for ; Fri, 22 Jan 2021 03:34:08 +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 159743410F1 for ; Fri, 22 Jan 2021 03:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E9224A6 for ; Fri, 22 Jan 2021 03:34:04 +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: <1611286439.f958e05c1c56d52b377b397263e65c08321689c4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-gettext-camomile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild X-VCS-Directories: dev-ml/ocaml-gettext-camomile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f958e05c1c56d52b377b397263e65c08321689c4 X-VCS-Branch: master Date: Fri, 22 Jan 2021 03:34:04 +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: 51706c22-59f9-4952-85fc-6f4153b1b77a X-Archives-Hash: 8a8a67ef05cd5901fbcacf14c0803e79 commit: f958e05c1c56d52b377b397263e65c08321689c4 Author: Sam James gentoo org> AuthorDate: Fri Jan 22 02:47:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 22 03:33:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f958e05c dev-ml/ocaml-gettext-camomile: fixup deps Add deps: * dev-ml/base * dev-ml/camomile * dev-ml/ocaml-fileutils (test dep) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../ocaml-gettext-camomile-0.4.2.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild b/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild index 2959342481f..6a130e648f3 100644 --- a/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild +++ b/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild @@ -11,6 +11,7 @@ inherit dune DESCRIPTION="Support for internationalization of OCaml programs using the Camomile library" HOMEPAGE="https://github.com/gildor478/ocaml-gettext" SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" @@ -23,11 +24,14 @@ BDEPEND=" dev-ml/dune-configurator " RDEPEND=" - dev-ml/ocaml-gettext:= + dev-ml/base:=[ocamlopt] + dev-ml/camomile:=[ocamlopt] + dev-ml/ocaml-gettext:=[ocamlopt=] " DEPEND=" ${RDEPEND} - test? ( dev-ml/ounit ) + test? ( + dev-ml/ounit[ocamlopt=] + dev-ml/ocaml-fileutils[ocamlopt=] + ) " - -S="${WORKDIR}/${MY_PN}-${PV}"