commit:     2d8fae03e5384c840bb766868b46d3bfbfefe966
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 19:16:37 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 )

Reply via email to