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 40B301581D3 for ; Sat, 1 Jun 2024 21:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EBA0E2A1B; Sat, 1 Jun 2024 21:44:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DCEDE2A1B for ; Sat, 1 Jun 2024 21:44:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41AF2343010 for ; Sat, 1 Jun 2024 21:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E0F71009 for ; Sat, 1 Jun 2024 21:44:10 +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: <1717278212.0c071bc20a5492a948a3f1a58ff15f60a737c5c4.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ounit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ounit2/ounit2-2.2.7-r1.ebuild dev-ml/ounit2/ounit2-2.2.7.ebuild X-VCS-Directories: dev-ml/ounit2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0c071bc20a5492a948a3f1a58ff15f60a737c5c4 X-VCS-Branch: master Date: Sat, 1 Jun 2024 21:44:10 +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: fce1bb83-fa06-44f0-9684-be3583cd0429 X-Archives-Hash: 9dbe2803d943e15723a940e53844cc43 commit: 0c071bc20a5492a948a3f1a58ff15f60a737c5c4 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Jun 1 21:43:32 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jun 1 21:43:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c071bc2 dev-ml/ounit2: req dune-3 Closes: https://bugs.gentoo.org/923483 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ounit2/{ounit2-2.2.7.ebuild => ounit2-2.2.7-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/ounit2/ounit2-2.2.7.ebuild b/dev-ml/ounit2/ounit2-2.2.7-r1.ebuild similarity index 95% rename from dev-ml/ounit2/ounit2-2.2.7.ebuild rename to dev-ml/ounit2/ounit2-2.2.7-r1.ebuild index fe6cb6c0f95b..bdddc585f018 100644 --- a/dev-ml/ounit2/ounit2-2.2.7.ebuild +++ b/dev-ml/ounit2/ounit2-2.2.7-r1.ebuild @@ -20,6 +20,7 @@ DEPEND=" dev-ml/stdlib-shims:= " RDEPEND="${DEPEND}" +BDEPEND=">=dev-ml/dune-3" PATCHES=( "${FILESDIR}/${PN}-2.2.7-dune.patch" )