diff options
author | Sam James <sam@gentoo.org> | 2023-07-07 23:54:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-07 23:54:34 +0100 |
commit | f647b26ad13e13539d24847e88d003dd9c2ded44 (patch) | |
tree | 53e3f5358ef4734f9cb2c78a24f205f06820b041 /dev-lang/typescript | |
parent | app-text/pandoc-bin: Stabilize 3.1.3 amd64, #909836 (diff) | |
download | gentoo-f647b26ad13e13539d24847e88d003dd9c2ded44.tar.gz gentoo-f647b26ad13e13539d24847e88d003dd9c2ded44.tar.bz2 gentoo-f647b26ad13e13539d24847e88d003dd9c2ded44.zip |
dev-lang/typescript: Stabilize 5.1.3 amd64, #909837
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/typescript')
-rw-r--r-- | dev-lang/typescript/typescript-5.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/typescript/typescript-5.1.3.ebuild b/dev-lang/typescript/typescript-5.1.3.ebuild index 598301d43b33..7857fd2f036d 100644 --- a/dev-lang/typescript/typescript-5.1.3.ebuild +++ b/dev-lang/typescript/typescript-5.1.3.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]" |