diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-08 23:10:16 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-08 23:10:16 +0200 |
commit | d9b8fec2ff643efed4ca499b18846d3b1795127d (patch) | |
tree | 0360ad7449e6c1d9e5cf3a1d39576f8063324b73 /dev-lang/typescript | |
parent | dev-lang/luau: Stabilize 0.605 amd64, #921605 (diff) | |
download | gentoo-d9b8fec2ff643efed4ca499b18846d3b1795127d.tar.gz gentoo-d9b8fec2ff643efed4ca499b18846d3b1795127d.tar.bz2 gentoo-d9b8fec2ff643efed4ca499b18846d3b1795127d.zip |
dev-lang/typescript: Stabilize 5.3.3 amd64, #921606
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/typescript')
-rw-r--r-- | dev-lang/typescript/typescript-5.3.3.ebuild | 4 |
1 files 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]" |