diff options
author | Sam James <sam@gentoo.org> | 2023-08-03 16:07:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-03 16:07:42 +0100 |
commit | 70653e2960bd2c699fadcc3216df4be6f4ed4d8c (patch) | |
tree | dc1f579bb0d64a2a2a74b897ad0c5efe7b504566 /dev-lang/typescript | |
parent | dev-java/swt: Stabilize 4.28-r1 amd64, #911314 (diff) | |
download | gentoo-70653e2960bd2c699fadcc3216df4be6f4ed4d8c.tar.gz gentoo-70653e2960bd2c699fadcc3216df4be6f4ed4d8c.tar.bz2 gentoo-70653e2960bd2c699fadcc3216df4be6f4ed4d8c.zip |
dev-lang/typescript: Stabilize 5.1.6 amd64, #911572
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/typescript')
-rw-r--r-- | dev-lang/typescript/typescript-5.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/typescript/typescript-5.1.6.ebuild b/dev-lang/typescript/typescript-5.1.6.ebuild index 598301d43b33..7857fd2f036d 100644 --- a/dev-lang/typescript/typescript-5.1.6.ebuild +++ b/dev-lang/typescript/typescript-5.1.6.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]" |