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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C3BE158094 for ; Tue, 21 Jun 2022 01:53:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71A98E0A4A; Tue, 21 Jun 2022 01:53:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 562BEE0A4A for ; Tue, 21 Jun 2022 01:53:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 706E834167D for ; Tue, 21 Jun 2022 01:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC03F514 for ; Tue, 21 Jun 2022 01:53: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: <1655775983.2536b2cd6a1646b9ea8a0770ad6c72e20d95075f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-fileutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild X-VCS-Directories: dev-ml/ocaml-fileutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2536b2cd6a1646b9ea8a0770ad6c72e20d95075f X-VCS-Branch: master Date: Tue, 21 Jun 2022 01:53: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: dbcd32eb-02b4-4045-9059-277bc0687aa7 X-Archives-Hash: 673370dfc7e52cf8e3065644607313d7 commit: 2536b2cd6a1646b9ea8a0770ad6c72e20d95075f Author: Sam James gentoo org> AuthorDate: Tue Jun 21 01:46:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 21 01:46:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2536b2cd dev-ml/ocaml-fileutils: fix OCaml dep Signed-off-by: Sam James gentoo.org> ...caml-fileutils-0.6.3.ebuild => ocaml-fileutils-0.6.2-r1.ebuild} | 7 ++++--- ...caml-fileutils-0.6.2.ebuild => ocaml-fileutils-0.6.3-r1.ebuild} | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild similarity index 84% rename from dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild rename to dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild index 72c2b68e4139..9cf634b3f69e 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+ocamlopt" -DEPEND=">=dev-ml/ounit2-2.0.0 - >=dev-ml/stdlib-shims-0.2.0" +DEPEND=">=dev-ml/ounit2-2.0.0:= + >=dev-ml/stdlib-shims-0.2.0:=" +RDEPEND="${DEPEND}" DOCS=( "README.md" "CHANGES.md" "LICENSE.txt" ) diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild similarity index 92% rename from dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild rename to dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild index 72c2b68e4139..bb4eea0dfd37 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,7 @@ IUSE="+ocamlopt" DEPEND=">=dev-ml/ounit2-2.0.0 >=dev-ml/stdlib-shims-0.2.0" +RDEPEND="${DEPEND}" DOCS=( "README.md" "CHANGES.md" "LICENSE.txt" )