diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-01-12 20:55:28 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-01-12 20:59:21 +0200 |
commit | dba45a064f7d49e4ba51fb85bd9dd446835c925c (patch) | |
tree | ece92204ab95d2c08a8aab9f2e87772e912461be | |
parent | dev-go/go-md2man: add 2.0.3 (diff) | |
download | gentoo-dba45a064f7d49e4ba51fb85bd9dd446835c925c.tar.gz gentoo-dba45a064f7d49e4ba51fb85bd9dd446835c925c.tar.bz2 gentoo-dba45a064f7d49e4ba51fb85bd9dd446835c925c.zip |
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@gentoo.org>
-rw-r--r-- | app-misc/fastfetch/fastfetch-0.2.9999.ebuild | 5 | ||||
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild | 7 | ||||
-rw-r--r-- | 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=" |