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 116541382C5 for ; Fri, 15 Jan 2021 21:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C7F6E082D; Fri, 15 Jan 2021 21:22:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0F04AE082D for ; Fri, 15 Jan 2021 21:22:56 +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 C3A38340F2B for ; Fri, 15 Jan 2021 21:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FCA6476 for ; Fri, 15 Jan 2021 21:22:53 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1610745755.5315cc19812bda512a65f21bb66540ec43d1972a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/markup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/markup/markup-1.0.0.ebuild X-VCS-Directories: dev-ml/markup/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 5315cc19812bda512a65f21bb66540ec43d1972a X-VCS-Branch: master Date: Fri, 15 Jan 2021 21:22:53 +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: 12791d43-dce9-45ad-a7c2-5fcfab2f2c2e X-Archives-Hash: 4812004afd21840cb7f7d30f766003d8 commit: 5315cc19812bda512a65f21bb66540ec43d1972a Author: Alfredo Tupone gentoo org> AuthorDate: Fri Jan 15 21:22:35 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jan 15 21:22:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5315cc19 dev-ml/markup: add dependency Closes: https://bugs.gentoo.org/765514 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/markup/markup-1.0.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ml/markup/markup-1.0.0.ebuild b/dev-ml/markup/markup-1.0.0.ebuild index 7da8254ac13..65041afd6ba 100644 --- a/dev-ml/markup/markup-1.0.0.ebuild +++ b/dev-ml/markup/markup-1.0.0.ebuild @@ -15,8 +15,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" -DEPEND="dev-ml/lwt +RDEPEND="dev-ml/lwt dev-ml/uutf" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit2 )" S="${WORKDIR}/${PN}.ml-${PV}"