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 677D4158041 for ; Mon, 4 Mar 2024 06:00:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AD8EE29CC; Mon, 4 Mar 2024 06:00:06 +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 27E89E29CC for ; Mon, 4 Mar 2024 06:00:06 +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 216F833FE60 for ; Mon, 4 Mar 2024 06:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8497111CC for ; Mon, 4 Mar 2024 06:00:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709531964.030d99aef084cd3f2a30ca38a76638321649dc65.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/bat/bat-0.24.0-r1.ebuild sys-apps/bat/bat-0.24.0.ebuild X-VCS-Directories: sys-apps/bat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 030d99aef084cd3f2a30ca38a76638321649dc65 X-VCS-Branch: master Date: Mon, 4 Mar 2024 06:00:03 +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: 35559094-b05a-46b5-84dc-aab1c232274f X-Archives-Hash: 6dad1eb939c554e7ac636785e1fa94a9 commit: 030d99aef084cd3f2a30ca38a76638321649dc65 Author: Sam James gentoo org> AuthorDate: Mon Mar 4 05:59:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 4 05:59:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030d99ae sys-apps/bat: update environment variable for forcing system libgit2 See d98b521e041fe26b4f5e7b495e1cf11b7963903a. Signed-off-by: Sam James gentoo.org> sys-apps/bat/{bat-0.24.0.ebuild => bat-0.24.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/bat/bat-0.24.0.ebuild b/sys-apps/bat/bat-0.24.0-r1.ebuild similarity index 98% rename from sys-apps/bat/bat-0.24.0.ebuild rename to sys-apps/bat/bat-0.24.0-r1.ebuild index 5ff80b653f44..64152c55b844 100644 --- a/sys-apps/bat/bat-0.24.0.ebuild +++ b/sys-apps/bat/bat-0.24.0-r1.ebuild @@ -206,7 +206,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" BDEPEND="virtual/pkgconfig" DEPEND=" - >=dev-libs/libgit2-1.1.0:=[threads] + >=dev-libs/libgit2-1.7.0:=[threads] dev-libs/oniguruma:= sys-libs/zlib " @@ -221,7 +221,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" src_configure() { export RUSTONIG_SYSTEM_LIBONIG=1 - export LIBGIT2_SYS_USE_PKG_CONFIG=1 + export LIBGIT2_NO_VENDOR=1 export PKG_CONFIG_ALLOW_CROSS=1 sed -i -e 's/strip = true/strip = false/g' Cargo.toml || die cargo_src_configure