diff options
author | Sam James <sam@gentoo.org> | 2023-10-05 20:16:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-05 20:17:01 +0100 |
commit | 2d8fae03e5384c840bb766868b46d3bfbfefe966 (patch) | |
tree | 3b3d6ec5740229ff4d3d5adc837a49c6f8fd75a7 /app-misc | |
parent | app-portage/elogv: 0.8.2 (diff) | |
download | gentoo-2d8fae03e5384c840bb766868b46d3bfbfefe966.tar.gz gentoo-2d8fae03e5384c840bb766868b46d3bfbfefe966.tar.bz2 gentoo-2d8fae03e5384c840bb766868b46d3bfbfefe966.zip |
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@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.1.0-r1.ebuild (renamed from app-misc/fastfetch/fastfetch-2.1.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.1.0.ebuild b/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 ) |