diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-01-17 19:27:00 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-01-17 19:27:04 +0200 |
commit | c3289f8a02d035140a4e116556f0f10882a08306 (patch) | |
tree | 4d823f8973fd5948724046e322a5b4c6a4c2e3ce /app-misc | |
parent | app-misc/fastfetch: drop 2.5.0 (diff) | |
download | gentoo-c3289f8a02d035140a4e116556f0f10882a08306.tar.gz gentoo-c3289f8a02d035140a4e116556f0f10882a08306.tar.bz2 gentoo-c3289f8a02d035140a4e116556f0f10882a08306.zip |
app-misc/fastfetch: sync live master branch
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-0.1.9999.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild index 4af72e9b74c7..ebc7711c47c3 100644 --- a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild +++ b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,9 +18,9 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi -LICENSE="MIT" +LICENSE="MIT nvidia-gpu? ( NVIDIA-NVLM )" SLOT="0" -IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager nvidia-gpu opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr" RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically @@ -54,7 +54,10 @@ RDEPEND=" xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + vulkan? ( dev-util/vulkan-headers ) +" BDEPEND="virtual/pkgconfig" REQUIRED_USE=" |