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 B1EA1158086 for ; Mon, 25 Oct 2021 13:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A6A8E0844; Mon, 25 Oct 2021 13:41:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E028AE0844 for ; Mon, 25 Oct 2021 13:41:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1FEC343715 for ; Mon, 25 Oct 2021 13:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86B6B132 for ; Mon, 25 Oct 2021 13:41:30 +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: <1635169271.e2b33d3bca7339befd3eb9981822367dac868455.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/bos/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/bos/bos-0.2.0-r1.ebuild dev-ml/bos/bos-0.2.0.ebuild X-VCS-Directories: dev-ml/bos/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2b33d3bca7339befd3eb9981822367dac868455 X-VCS-Branch: master Date: Mon, 25 Oct 2021 13:41:30 +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: 33156864-a37c-47ed-b613-f56d563fed8e X-Archives-Hash: 019b2ec3b782488d587a27e229975720 commit: e2b33d3bca7339befd3eb9981822367dac868455 Author: Sam James gentoo org> AuthorDate: Mon Oct 25 13:40:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 25 13:41:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b33d3b dev-ml/bos: fix dev-ml/logs dependency Closes: https://bugs.gentoo.org/820020 Signed-off-by: Sam James gentoo.org> dev-ml/bos/{bos-0.2.0.ebuild => bos-0.2.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/bos/bos-0.2.0.ebuild b/dev-ml/bos/bos-0.2.0-r1.ebuild similarity index 97% rename from dev-ml/bos/bos-0.2.0.ebuild rename to dev-ml/bos/bos-0.2.0-r1.ebuild index d2de94db0e1..b4f383fa769 100644 --- a/dev-ml/bos/bos-0.2.0.ebuild +++ b/dev-ml/bos/bos-0.2.0-r1.ebuild @@ -18,7 +18,7 @@ RDEPEND="dev-lang/ocaml:= dev-ml/astring:= dev-ml/fpath:= dev-ml/fmt:= - dev-ml/logs:=" + dev-ml/logs:=[fmt]" DEPEND="${RDEPEND}" BDEPEND="dev-ml/findlib dev-ml/ocamlbuild