commit: d9b8fec2ff643efed4ca499b18846d3b1795127d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 21:10:16 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 21:10:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b8fec2
dev-lang/typescript: Stabilize 5.3.3 amd64, #921606
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-lang/typescript/typescript-5.3.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/typescript/typescript-5.3.3.ebuild
b/dev-lang/typescript/typescript-5.3.3.ebuild
index 598301d43b33..761177a3441e 100644
--- a/dev-lang/typescript/typescript-5.3.3.ebuild
+++ b/dev-lang/typescript/typescript-5.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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]"