From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 86D1E1582EF for ; Sat, 08 Mar 2025 17:26:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6540834301C for ; Sat, 08 Mar 2025 17:26:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5E6AD11027C; Sat, 08 Mar 2025 17:26:02 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 5424411027C for ; Sat, 08 Mar 2025 17:26:02 +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 02B65340441 for ; Sat, 08 Mar 2025 17:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93747263B for ; Sat, 08 Mar 2025 17:26:00 +0000 (UTC) From: "demize" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "demize" Message-ID: <1741454732.f09099b57957bff8d3ad98d4edc177f0d2bb83c0.demize@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/jj/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/jj/jj-9999.ebuild X-VCS-Directories: dev-vcs/jj/ X-VCS-Committer: demize X-VCS-Committer-Name: demize X-VCS-Revision: f09099b57957bff8d3ad98d4edc177f0d2bb83c0 X-VCS-Branch: dev Date: Sat, 08 Mar 2025 17:26:00 +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: c22e8f2c-a1ac-40ec-acf0-295c7674a93d X-Archives-Hash: 819eb4d8bb37a4e8d58927f41fa0e733 commit: f09099b57957bff8d3ad98d4edc177f0d2bb83c0 Author: demize unstable systems> AuthorDate: Sat Mar 8 17:23:08 2025 +0000 Commit: demize unstable systems> CommitDate: Sat Mar 8 17:25:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f09099b5 dev-vcs/jj: update libgit2 in live ebuild git2-rs only supports one version of libgit2 at a time, and upstream now requires 1.9. Signed-off-by: demize unstable.systems> dev-vcs/jj/jj-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/jj/jj-9999.ebuild b/dev-vcs/jj/jj-9999.ebuild index f7322b9b6..8fda65f02 100644 --- a/dev-vcs/jj/jj-9999.ebuild +++ b/dev-vcs/jj/jj-9999.ebuild @@ -20,7 +20,7 @@ SLOT="0" BDEPEND="virtual/pkgconfig" DEPEND=" - >=dev-libs/libgit2-1.8.1:0/1.8 + >=dev-libs/libgit2-1.9.0:0/1.9 dev-libs/openssl:= net-libs/libssh2:= sys-libs/zlib