From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1569437-garchives=archives.gentoo.org@lists.gentoo.org>
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 A1319158089
	for <garchives@archives.gentoo.org>; Fri, 10 Nov 2023 17:13:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DC67D2BC02E;
	Fri, 10 Nov 2023 17:13:25 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B598F2BC02E
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Nov 2023 17:13: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 97A3A335D6D
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Nov 2023 17:13:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EF0041336
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Nov 2023 17:13:22 +0000 (UTC)
From: "Nick Sarnie" <sarnex@gentoo.org>
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" <sarnex@gentoo.org>
Message-ID: <1699636382.870930c8e643243a958d33976e63c5b75211c21b.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.268-r1.ebuild dev-util/glslang/glslang-1.3.268.ebuild
X-VCS-Directories: dev-util/glslang/
X-VCS-Committer: sarnex
X-VCS-Committer-Name: Nick Sarnie
X-VCS-Revision: 870930c8e643243a958d33976e63c5b75211c21b
X-VCS-Branch: master
Date: Fri, 10 Nov 2023 17:13:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3fd65141-117f-48ea-ae3a-08672750e017
X-Archives-Hash: e3f2633198026979884e45a39db35570

commit:     870930c8e643243a958d33976e63c5b75211c21b
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 17:12:29 2023 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 17:13:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870930c8

dev-util/glslang: Bump slot

I missed this in the previous revbump.

Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 dev-util/glslang/{glslang-1.3.268.ebuild => glslang-1.3.268-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glslang/glslang-1.3.268.ebuild b/dev-util/glslang/glslang-1.3.268-r1.ebuild
similarity index 98%
rename from dev-util/glslang/glslang-1.3.268.ebuild
rename to dev-util/glslang/glslang-1.3.268-r1.ebuild
index b68eb152c14b..809e9b2f1e97 100644
--- a/dev-util/glslang/glslang-1.3.268.ebuild
+++ b/dev-util/glslang/glslang-1.3.268-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/12"
+SLOT="0/13"
 
 # Bug 698850
 RESTRICT="test"