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 C6DEB1382C5 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 3B935E08CE; Fri, 22 Jan 2021 03:34:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 263BAE08CE 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 159413410F0 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 31FB74A7 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.ce83476f8ea99b31112096f73b848af28d50e2a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild X-VCS-Directories: dev-ml/ocaml-gettext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce83476f8ea99b31112096f73b848af28d50e2a6 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: 24d3fb85-577f-4510-8346-83ba1dffabcb X-Archives-Hash: 4d89984154bbb8760dc207f5788ecd29 commit: ce83476f8ea99b31112096f73b848af28d50e2a6 Author: Sam James gentoo org> AuthorDate: Fri Jan 22 02:50:19 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=ce83476f dev-ml/ocaml-gettext: fixup deps Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild index d9e81851498..9a2746a6bbd 100644 --- a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild +++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,14 +21,14 @@ BDEPEND=" dev-ml/dune-configurator " RDEPEND=" - dev-ml/base:= - >=dev-ml/camomile-0.8.3:= - >=dev-ml/ocaml-fileutils-0.4.0:= + dev-ml/base:=[ocamlopt=] + >=dev-ml/camomile-0.8.3:=[ocamlopt=] + >=dev-ml/ocaml-fileutils-0.4.0:=[ocamlopt=] sys-devel/gettext " DEPEND=" ${RDEPEND} - test? ( dev-ml/ounit ) + test? ( dev-ml/ounit[ocamlopt=] ) " src_install() {