commit:     c1a8ae7989fa7cd806355e7be306e09622074d2c
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 07:54:35 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 07:54:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a8ae79

app-misc/fastfetch: sync live ebuilds

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-misc/fastfetch/fastfetch-0.1.9999.ebuild | 5 ++++-
 app-misc/fastfetch/fastfetch-0.2.9999.ebuild | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild 
b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild
index 4fb2091c80a6..6186f29ea3dc 100644
--- a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild
+++ b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild
@@ -20,19 +20,21 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="X chafa dbus ddcutil drm gnome imagemagick opencl opengl osmesa 
pulseaudio sqlite test vulkan wayland xcb xfce xrandr"
+IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl osmesa 
pulseaudio sqlite test vulkan wayland xcb xfce xrandr"
 RESTRICT="!test? ( test )"
 
 # 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-0.10.0
+       sys-apps/hwdata
        sys-libs/zlib
        X? ( x11-libs/libX11 )
        chafa? ( media-gfx/chafa )
        dbus? ( sys-apps/dbus )
        ddcutil? ( app-misc/ddcutil:= )
        drm? ( x11-libs/libdrm )
+       elf? ( virtual/libelf:= )
        gnome? (
                dev-libs/glib
                gnome-base/dconf
@@ -83,6 +85,7 @@ src_configure() {
                -DENABLE_DCONF=$(usex gnome)
                -DENABLE_DDCUTIL=$(usex ddcutil)
                -DENABLE_DRM=$(usex drm)
+               -DENABLE_ELF=$(usex elf)
                -DENABLE_EGL=$(usex opengl)
                -DENABLE_GIO=$(usex gnome)
                -DENABLE_GLX=$(usex opengl)

diff --git a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild 
b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
index 4fb2091c80a6..6186f29ea3dc 100644
--- a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
+++ b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
@@ -20,19 +20,21 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="X chafa dbus ddcutil drm gnome imagemagick opencl opengl osmesa 
pulseaudio sqlite test vulkan wayland xcb xfce xrandr"
+IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl osmesa 
pulseaudio sqlite test vulkan wayland xcb xfce xrandr"
 RESTRICT="!test? ( test )"
 
 # 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-0.10.0
+       sys-apps/hwdata
        sys-libs/zlib
        X? ( x11-libs/libX11 )
        chafa? ( media-gfx/chafa )
        dbus? ( sys-apps/dbus )
        ddcutil? ( app-misc/ddcutil:= )
        drm? ( x11-libs/libdrm )
+       elf? ( virtual/libelf:= )
        gnome? (
                dev-libs/glib
                gnome-base/dconf
@@ -83,6 +85,7 @@ src_configure() {
                -DENABLE_DCONF=$(usex gnome)
                -DENABLE_DDCUTIL=$(usex ddcutil)
                -DENABLE_DRM=$(usex drm)
+               -DENABLE_ELF=$(usex elf)
                -DENABLE_EGL=$(usex opengl)
                -DENABLE_GIO=$(usex gnome)
                -DENABLE_GLX=$(usex opengl)

Reply via email to