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 A8D53158041 for ; Thu, 29 Feb 2024 08:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAF20E29F0; Thu, 29 Feb 2024 08:52:50 +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 9008DE29F0 for ; Thu, 29 Feb 2024 08:52:50 +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 2120534302C for ; Thu, 29 Feb 2024 08:52:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58F96118C for ; Thu, 29 Feb 2024 08:52:47 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1709196728.738f53ddf33a4e46b6556c81a399ac9a04182fa6.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/hare/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/hare/hare-0.24.0.ebuild X-VCS-Directories: dev-lang/hare/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 738f53ddf33a4e46b6556c81a399ac9a04182fa6 X-VCS-Branch: dev Date: Thu, 29 Feb 2024 08:52:47 +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: e69f677a-9bfd-4b49-b50a-0671fe9b028f X-Archives-Hash: 13cfa6bbafe99565ffb368f4aa02273a commit: 738f53ddf33a4e46b6556c81a399ac9a04182fa6 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Feb 29 08:50:58 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Feb 29 08:52:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=738f53dd dev-lang/hare: fix harec version Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-lang/hare/hare-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/hare/hare-0.24.0.ebuild b/dev-lang/hare/hare-0.24.0.ebuild index 55cda40681..380305ec5c 100644 --- a/dev-lang/hare/hare-0.24.0.ebuild +++ b/dev-lang/hare/hare-0.24.0.ebuild @@ -22,7 +22,7 @@ LICENSE="MPL-2.0 GPL-3" # release policy: https://git.sr.ht/~sircmpwn/hare/tree/master/item/docs/release.md DEPEND=" - ~dev-lang/harec-0.24 + ~dev-lang/harec-0.24.0 >=sys-devel/qbe-1.2 " BDEPEND="app-text/scdoc"