From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1630273-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 70635158064
	for <garchives@archives.gentoo.org>; Sun, 12 May 2024 22:41:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 433B62BC053;
	Sun, 12 May 2024 22:41:22 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 270ED2BC054
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 May 2024 22:41:22 +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 DED923430F2
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 May 2024 22:41:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 59FE81ABF
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 May 2024 22:41:18 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1715553636.bd22ffe8bd282020f617d69db0c3f824baec825c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/typescript/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/typescript/typescript-5.4.5.ebuild
X-VCS-Directories: dev-lang/typescript/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: bd22ffe8bd282020f617d69db0c3f824baec825c
X-VCS-Branch: master
Date: Sun, 12 May 2024 22:41:18 +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: b380e40d-2c1d-4386-8100-338cd1b439cf
X-Archives-Hash: bfa8a30b8cd2fe37bd5d46dea696906c

commit:     bd22ffe8bd282020f617d69db0c3f824baec825c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 22:40:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 12 22:40:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd22ffe8

dev-lang/typescript: Stabilize 5.4.5 amd64, #931815

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/typescript/typescript-5.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/typescript/typescript-5.4.5.ebuild b/dev-lang/typescript/typescript-5.4.5.ebuild
index 2be080b52222..761177a3441e 100644
--- a/dev-lang/typescript/typescript-5.4.5.ebuild
+++ b/dev-lang/typescript/typescript-5.4.5.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"/package
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm64 ~ppc64"
 
 RDEPEND="net-libs/nodejs"
 BDEPEND=">=net-libs/nodejs-16[npm]"