From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1156158287 for ; Fri, 16 May 2025 03:16:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DC9FD343802 for ; Fri, 16 May 2025 03:16:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 30F7B1104B7; Fri, 16 May 2025 03:16:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 234D51104A5 for ; Fri, 16 May 2025 03:16:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB8E93437BB for ; Fri, 16 May 2025 03:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 556D728A8 for ; Fri, 16 May 2025 03:16:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1747365370.360fa2f0f48e39552aff2bc17dd52009df17f6d6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-layers/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vulkan-layers/vulkan-layers-9999.ebuild X-VCS-Directories: media-libs/vulkan-layers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 360fa2f0f48e39552aff2bc17dd52009df17f6d6 X-VCS-Branch: master Date: Fri, 16 May 2025 03:16:16 +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: 385ad920-eb4e-4da7-b0cf-a5c39610229f X-Archives-Hash: 95952ae821f89ded1f0e0f8fc0790fdd commit: 360fa2f0f48e39552aff2bc17dd52009df17f6d6 Author: Matt Turner gentoo org> AuthorDate: Fri May 16 03:09:08 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 16 03:16:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360fa2f0 media-libs/vulkan-layers: Remove dependency on dev-cpp/robin-hood-hashing Dependency removed by upstream commit 6b3cbe3f8 ("layers: Use Parallel Hashmap"). Signed-off-by: Matt Turner gentoo.org> media-libs/vulkan-layers/vulkan-layers-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/vulkan-layers/vulkan-layers-9999.ebuild b/media-libs/vulkan-layers/vulkan-layers-9999.ebuild index a712fe9413d8..aead30e6a6fe 100644 --- a/media-libs/vulkan-layers/vulkan-layers-9999.ebuild +++ b/media-libs/vulkan-layers/vulkan-layers-9999.ebuild @@ -27,7 +27,6 @@ IUSE="wayland X" RDEPEND="~dev-util/spirv-tools-${PV}[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} ${PYTHON_DEPS} - >=dev-cpp/robin-hood-hashing-3.11.5-r2 ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] ~dev-util/spirv-headers-${PV} ~dev-util/vulkan-headers-${PV}