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 13524158089 for ; Fri, 10 Nov 2023 18:14:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 308A62BC02E; Fri, 10 Nov 2023 18:14:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 13B622BC02E for ; Fri, 10 Nov 2023 18:14:40 +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 22C79335D6D for ; Fri, 10 Nov 2023 18:14:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36E291336 for ; Fri, 10 Nov 2023 18:14:29 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1699640053.7fc69e9d785fa8fee58fbd43ac03e102ef4f33a0.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glslang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glslang/glslang-9999.ebuild X-VCS-Directories: dev-util/glslang/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 7fc69e9d785fa8fee58fbd43ac03e102ef4f33a0 X-VCS-Branch: master Date: Fri, 10 Nov 2023 18:14:29 +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: 3e7e0e02-b78c-4a7d-a8ea-87914d54a099 X-Archives-Hash: 40ab5bee2eec267848b1300cef600fab commit: 7fc69e9d785fa8fee58fbd43ac03e102ef4f33a0 Author: Nick Sarnie gentoo org> AuthorDate: Fri Nov 10 18:13:44 2023 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Fri Nov 10 18:14:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc69e9d dev-util/glslang: Bump 9999 slot Signed-off-by: Nick Sarnie gentoo.org> dev-util/glslang/glslang-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glslang/glslang-9999.ebuild b/dev-util/glslang/glslang-9999.ebuild index 7cc9322b0516..7ba69afd1dbe 100644 --- a/dev-util/glslang/glslang-9999.ebuild +++ b/dev-util/glslang/glslang-9999.ebuild @@ -20,7 +20,7 @@ DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V ge HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ https://github.com/KhronosGroup/glslang" LICENSE="BSD" -SLOT="0/12" +SLOT="0/13" # Bug 698850 RESTRICT="test"