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 9B803158083 for ; Thu, 12 Sep 2024 09:37:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C592E29E5; Thu, 12 Sep 2024 09:37:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 86DB1E29E2 for ; Thu, 12 Sep 2024 09:37:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B84C0340DC8 for ; Thu, 12 Sep 2024 09:37:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA15C1F58 for ; Thu, 12 Sep 2024 09:37:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1726130973.baf9e23de8191090192dbdb35e1e77f05db93fa0.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/jj/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/jj/jj-0.21.0.ebuild dev-vcs/jj/jj-9999.ebuild X-VCS-Directories: dev-vcs/jj/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: baf9e23de8191090192dbdb35e1e77f05db93fa0 X-VCS-Branch: master Date: Thu, 12 Sep 2024 09:37:26 +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: 829f4fec-8f34-4de1-ab1f-a9a1cee70990 X-Archives-Hash: 5b9aced7b76cadfc62c8a823dcd12a47 commit: baf9e23de8191090192dbdb35e1e77f05db93fa0 Author: Steffen Winter proton me> AuthorDate: Thu Sep 12 08:49:33 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 12 08:49:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=baf9e23d dev-vcs/jj: require libgit2-1.8.1 or better Signed-off-by: Steffen Winter proton.me> dev-vcs/jj/jj-0.21.0.ebuild | 2 +- dev-vcs/jj/jj-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/jj/jj-0.21.0.ebuild b/dev-vcs/jj/jj-0.21.0.ebuild index 954bf04cc..056676c2a 100644 --- a/dev-vcs/jj/jj-0.21.0.ebuild +++ b/dev-vcs/jj/jj-0.21.0.ebuild @@ -407,7 +407,7 @@ SLOT="0" BDEPEND="virtual/pkgconfig" DEPEND=" >=app-arch/zstd-1.5.5:= - =dev-libs/libgit2-1.8*:0/1.8 + >=dev-libs/libgit2-1.8.1:0/1.8 dev-libs/openssl net-libs/libssh2:= sys-libs/zlib diff --git a/dev-vcs/jj/jj-9999.ebuild b/dev-vcs/jj/jj-9999.ebuild index 69aa70108..298db66e8 100644 --- a/dev-vcs/jj/jj-9999.ebuild +++ b/dev-vcs/jj/jj-9999.ebuild @@ -27,7 +27,7 @@ SLOT="0" BDEPEND="virtual/pkgconfig" DEPEND=" >=app-arch/zstd-1.5.5:= - =dev-libs/libgit2-1.8*:0/1.8 + >=dev-libs/libgit2-1.8.1:0/1.8 dev-libs/openssl net-libs/libssh2:= sys-libs/zlib