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 83ED015806E for ; Tue, 16 May 2023 01:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F0CE08E2; Tue, 16 May 2023 01:40:29 +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 83F73E08E2 for ; Tue, 16 May 2023 01:40:29 +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 4B19633BE34 for ; Tue, 16 May 2023 01:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83D888B7 for ; Tue, 16 May 2023 01:40:26 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1684201054.3f260fa5ce09ae8a1108ae887dae7d8ca5479111.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/onefetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/onefetch/onefetch-2.17.1.ebuild X-VCS-Directories: app-misc/onefetch/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 3f260fa5ce09ae8a1108ae887dae7d8ca5479111 X-VCS-Branch: dev Date: Tue, 16 May 2023 01:40: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: dcd45b72-5f50-4ea3-a30c-aee6e153d783 X-Archives-Hash: d71c1475d732a2ab136c8b8d30a459d1 commit: 3f260fa5ce09ae8a1108ae887dae7d8ca5479111 Author: Lucio Sauer posteo net> AuthorDate: Tue May 16 01:37:34 2023 +0000 Commit: Lucio Sauer posteo net> CommitDate: Tue May 16 01:37:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f260fa5 app-misc/onefetch: unbundle libgit2 * The libgit2-sys crate dynamically links to system lib, if provided, before falling back to building and statically linking it. Signed-off-by: Lucio Sauer posteo.net> app-misc/onefetch/onefetch-2.17.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-misc/onefetch/onefetch-2.17.1.ebuild b/app-misc/onefetch/onefetch-2.17.1.ebuild index d4fc3af15..1f9237876 100644 --- a/app-misc/onefetch/onefetch-2.17.1.ebuild +++ b/app-misc/onefetch/onefetch-2.17.1.ebuild @@ -432,7 +432,13 @@ PATCHES=( "${FILESDIR}"/${P}-fix-missing-git-repo.patch ) +# libgit2-sys-${cver}+${sover} dynamically links to libgit2.so, if provided +# check https://github.com/rust-lang/git2-rs/blob/libgit2-sys-${cver}%2B${sover}/libgit2-sys/build.rs +# and Cargo.lock before dep bump +DEPEND=">=dev-libs/libgit2-1.6.4