commit:     1adbc64b1e5b5f3ada29a859ac60e78f80e8ecd9
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 10:34:51 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 13:10:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adbc64b

media-libs/libplacebo: adjust vulkan-headers comment

Just to make it bit clearer that it's not actually using vulkan.
See users ask why it's "using" vulkan anyway and then ending up
looking at the ebuild thinking that it's wrong now and then.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-libs/libplacebo/libplacebo-6.338.1.ebuild | 4 ++--
 media-libs/libplacebo/libplacebo-9999.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libplacebo/libplacebo-6.338.1.ebuild 
b/media-libs/libplacebo/libplacebo-6.338.1.ebuild
index 998c264e826d..cb24285dbb17 100644
--- a/media-libs/libplacebo/libplacebo-6.338.1.ebuild
+++ b/media-libs/libplacebo/libplacebo-6.338.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -54,7 +54,7 @@ RDEPEND="
        vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
        xxhash? ( dev-libs/xxhash[${MULTILIB_USEDEP}] )
 "
-# vulkan-headers is required even with USE=-vulkan (bug #882065)
+# vulkan-headers is required even with USE=-vulkan for the stub (bug #882065)
 DEPEND="
        ${RDEPEND}
        dev-util/vulkan-headers

diff --git a/media-libs/libplacebo/libplacebo-9999.ebuild 
b/media-libs/libplacebo/libplacebo-9999.ebuild
index 83663583deaf..b6c26e0ca55e 100644
--- a/media-libs/libplacebo/libplacebo-9999.ebuild
+++ b/media-libs/libplacebo/libplacebo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -53,7 +53,7 @@ RDEPEND="
        )
        vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
 "
-# vulkan-headers is required even with USE=-vulkan (bug #882065)
+# vulkan-headers is required even with USE=-vulkan for the stub (bug #882065)
 DEPEND="
        ${RDEPEND}
        dev-util/vulkan-headers

Reply via email to