commit:     dba45a064f7d49e4ba51fb85bd9dd446835c925c
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 18:55:28 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 18:59:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba45a06

app-misc/fastfetch: fix build time dependency

Add dev-util/vulkan-headers to DEPEND.

Closes: https://bugs.gentoo.org/921947
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-misc/fastfetch/fastfetch-0.2.9999.ebuild | 5 ++++-
 app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild | 7 +++++--
 app-misc/fastfetch/fastfetch-2.5.0.ebuild    | 5 ++++-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild 
b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
index ae19e4a9dad9..ff81f55971fe 100644
--- a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
+++ b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild
@@ -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="

diff --git a/app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild 
b/app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild
index 27d86a203a0c..68d514760185 100644
--- a/app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild
+++ b/app-misc/fastfetch/fastfetch-2.2.3-r1.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
@@ -53,7 +53,10 @@ RDEPEND="
        xfce? ( xfce-base/xfconf )
        xrandr? ( x11-libs/libXrandr )
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+       ${RDEPEND}
+       vulkan? ( dev-util/vulkan-headers )
+"
 BDEPEND="virtual/pkgconfig"
 
 REQUIRED_USE="

diff --git a/app-misc/fastfetch/fastfetch-2.5.0.ebuild 
b/app-misc/fastfetch/fastfetch-2.5.0.ebuild
index e128b570ad48..2cdbae60debd 100644
--- a/app-misc/fastfetch/fastfetch-2.5.0.ebuild
+++ b/app-misc/fastfetch/fastfetch-2.5.0.ebuild
@@ -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="

Reply via email to