app-misc/fastfetch: add 1.7.5, drop 1.7.4

Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
Viorel Munteanu
2022-10-11 19:45:05 +03:00
parent 6d1a5aae0c
commit 5962585059
3 changed files with 3 additions and 5 deletions

View File

@@ -20,7 +20,6 @@ IUSE="X chafa dbus gnome imagemagick opencl opengl osmesa pci sqlite vulkan wayl
# note - qa-vdb will always report errors because fastfetch loads the libs dynamically
RDEPEND="
dev-libs/cJSON
sys-libs/zlib
X? ( x11-libs/libX11 )
chafa? ( media-gfx/chafa )
@@ -79,7 +78,7 @@ src_configure() {
-DENABLE_OSMESA=$(usex osmesa)
-DENABLE_OPENCL=$(usex opencl)
-DENABLE_DBUS=$(usex dbus)
-DENABLE_LIBCJSON=yes
-DENABLE_LIBCJSON=no
)
cmake_src_configure