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 2B556158083 for ; Thu, 12 Sep 2024 09:37:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5AD9E29E2; Thu, 12 Sep 2024 09:37:31 +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 9BE1FE29E2 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 C09A3340DE6 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 D675B1F57 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: <1726130600.c6b654765f570763ed7d946e91a53c87afb05814.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: c6b654765f570763ed7d946e91a53c87afb05814 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: e1ecbf76-0ee3-4fe1-aab4-39e110f885c1 X-Archives-Hash: aded401bb403aadf9e2f88782c3674ef commit: c6b654765f570763ed7d946e91a53c87afb05814 Author: Steffen Winter proton me> AuthorDate: Thu Sep 12 08:43:20 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 12 08:43:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6b65476 dev-vcs/jj: require exactly libgit2:0/1.8 Closes: https://bugs.gentoo.org/938497 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 8025637ed..954bf04cc 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:0/1.7 + =dev-libs/libgit2-1.8*: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 4895d0b65..69aa70108 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.7.2:= + =dev-libs/libgit2-1.8*:0/1.8 dev-libs/openssl net-libs/libssh2:= sys-libs/zlib