From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D7AE158451 for ; Sat, 13 Jan 2024 13:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37C91E2A74; Sat, 13 Jan 2024 13:12:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E612E2A65 for ; Sat, 13 Jan 2024 13:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E9BC34319A for ; Sat, 13 Jan 2024 13:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 023A713AA for ; Sat, 13 Jan 2024 13:11:59 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1705151422.1adbc64b1e5b5f3ada29a859ac60e78f80e8ecd9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libplacebo/libplacebo-6.338.1.ebuild media-libs/libplacebo/libplacebo-9999.ebuild X-VCS-Directories: media-libs/libplacebo/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1adbc64b1e5b5f3ada29a859ac60e78f80e8ecd9 X-VCS-Branch: master Date: Sat, 13 Jan 2024 13:11:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e94ba24-3184-4937-b8f9-86e56cf39e06 X-Archives-Hash: 06cce13f5a87d6a70e0d53f5f8b9fbfc commit: 1adbc64b1e5b5f3ada29a859ac60e78f80e8ecd9 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Jan 13 10:34:51 2024 +0000 Commit: Ionen Wolkens gentoo 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 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