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 E95A01582EF for ; Sun, 23 Feb 2025 22:00:23 +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 D4A1834318E for ; Sun, 23 Feb 2025 22:00:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 25A12110476; Sun, 23 Feb 2025 21:59:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1E48B110475 for ; Sun, 23 Feb 2025 21:59:58 +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 C79AF343175 for ; Sun, 23 Feb 2025 21:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56C2A27E0 for ; Sun, 23 Feb 2025 21:59:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740347949.e9972fe5a6e7102c98944ea143d7a0170a567a79.sam@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-1.4.304.0.ebuild X-VCS-Directories: media-libs/vulkan-layers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9972fe5a6e7102c98944ea143d7a0170a567a79 X-VCS-Branch: master Date: Sun, 23 Feb 2025 21:59:55 +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: b66ec496-9984-4d1f-9799-36e9acd50295 X-Archives-Hash: 2a99fb264d322e4b9b1208008d17647b commit: e9972fe5a6e7102c98944ea143d7a0170a567a79 Author: Sam James gentoo org> AuthorDate: Sun Feb 23 21:59:09 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 23 21:59:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9972fe5 media-libs/vulkan-layers: Stabilize 1.4.304.0 arm64, #950197 Signed-off-by: Sam James gentoo.org> media-libs/vulkan-layers/vulkan-layers-1.4.304.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/vulkan-layers/vulkan-layers-1.4.304.0.ebuild b/media-libs/vulkan-layers/vulkan-layers-1.4.304.0.ebuild index 32b78641321a..8811a143726f 100644 --- a/media-libs/vulkan-layers/vulkan-layers-1.4.304.0.ebuild +++ b/media-libs/vulkan-layers/vulkan-layers-1.4.304.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV} fi