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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAED3158042 for ; Fri, 18 Oct 2024 12:58:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EFF9E07C9; Fri, 18 Oct 2024 12:58:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E9EE7E07C9 for ; Fri, 18 Oct 2024 12:58:25 +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 00098343050 for ; Fri, 18 Oct 2024 12:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C9FE1293 for ; Fri, 18 Oct 2024 12:58:23 +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: <1729256280.2644fd7c44f61f9050f126b340f125a73b82e1e8.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-1.3.296.0-r1.ebuild dev-util/glslang/glslang-1.3.296.0.ebuild 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: 2644fd7c44f61f9050f126b340f125a73b82e1e8 X-VCS-Branch: master Date: Fri, 18 Oct 2024 12:58:23 +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: cdef845d-3419-4c42-af78-124c8c80d058 X-Archives-Hash: 13fca6538c7567f20df1dc5ccf01ff76 commit: 2644fd7c44f61f9050f126b340f125a73b82e1e8 Author: Nick Sarnie gentoo org> AuthorDate: Fri Oct 18 12:56:30 2024 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Fri Oct 18 12:58:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2644fd7c dev-util/glslang: Fix slot Signed-off-by: Nick Sarnie gentoo.org> .../glslang/{glslang-1.3.296.0.ebuild => glslang-1.3.296.0-r1.ebuild} | 2 +- dev-util/glslang/glslang-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/glslang/glslang-1.3.296.0.ebuild b/dev-util/glslang/glslang-1.3.296.0-r1.ebuild similarity index 98% rename from dev-util/glslang/glslang-1.3.296.0.ebuild rename to dev-util/glslang/glslang-1.3.296.0-r1.ebuild index 3a472e5b159c..b5d0179ef351 100644 --- a/dev-util/glslang/glslang-1.3.296.0.ebuild +++ b/dev-util/glslang/glslang-1.3.296.0-r1.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/14" +SLOT="0/15" # Bug 698850 RESTRICT="test" diff --git a/dev-util/glslang/glslang-9999.ebuild b/dev-util/glslang/glslang-9999.ebuild index 3a472e5b159c..b5d0179ef351 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/14" +SLOT="0/15" # Bug 698850 RESTRICT="test"