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 903F5158089 for ; Thu, 5 Oct 2023 19:17:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CADEC2BC01A; Thu, 5 Oct 2023 19:17:21 +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 B37C42BC01A for ; Thu, 5 Oct 2023 19:17:21 +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 ED335335CDF for ; Thu, 5 Oct 2023 19:17:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51BDE99C for ; Thu, 5 Oct 2023 19:17:19 +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: <1696533421.2d8fae03e5384c840bb766868b46d3bfbfefe966.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fastfetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/fastfetch/fastfetch-2.1.0-r1.ebuild app-misc/fastfetch/fastfetch-2.1.0.ebuild X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d8fae03e5384c840bb766868b46d3bfbfefe966 X-VCS-Branch: master Date: Thu, 5 Oct 2023 19:17:19 +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: 6e42f283-f095-43b7-bf5c-c64ea0759456 X-Archives-Hash: 35093817f1922518d61e0da59fa83b62 commit: 2d8fae03e5384c840bb766868b46d3bfbfefe966 Author: Sam James gentoo org> AuthorDate: Thu Oct 5 19:16:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 5 19:17:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8fae03 app-misc/fastfetch: fix yyjson dep Needs >=0.8.0 for yyjson_mut_obj_add_obj. Bug: https://github.com/ibireme/yyjson/issues/140 Signed-off-by: Sam James gentoo.org> .../fastfetch/{fastfetch-2.1.0.ebuild => fastfetch-2.1.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-misc/fastfetch/fastfetch-2.1.0.ebuild b/app-misc/fastfetch/fastfetch-2.1.0-r1.ebuild similarity index 96% rename from app-misc/fastfetch/fastfetch-2.1.0.ebuild rename to app-misc/fastfetch/fastfetch-2.1.0-r1.ebuild index 1afa07a819a5..326d5cc6f48e 100644 --- a/app-misc/fastfetch/fastfetch-2.1.0.ebuild +++ b/app-misc/fastfetch/fastfetch-2.1.0-r1.ebuild @@ -23,8 +23,9 @@ SLOT="0" IUSE="X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically +# make sure to crank yyjson minimum version to match bundled version RDEPEND=" - dev-libs/yyjson:= + >=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa )