diff options
author | Sam James <sam@gentoo.org> | 2023-01-24 23:54:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-24 23:54:57 +0000 |
commit | 3a7950017e93c460c53ca371e89083088c912023 (patch) | |
tree | 8e3d8bdcbf068537eff41aec7fd416646970ded2 /dev-lang/typescript | |
parent | app-containers/distrobox: Stabilize 1.4.2.1 amd64, #891935 (diff) | |
download | gentoo-3a7950017e93c460c53ca371e89083088c912023.tar.gz gentoo-3a7950017e93c460c53ca371e89083088c912023.tar.bz2 gentoo-3a7950017e93c460c53ca371e89083088c912023.zip |
dev-lang/typescript: Stabilize 4.9.4 amd64, #891937
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/typescript')
-rw-r--r-- | dev-lang/typescript/typescript-4.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/typescript/typescript-4.9.4.ebuild b/dev-lang/typescript/typescript-4.9.4.ebuild index 02196457057b..7857fd2f036d 100644 --- a/dev-lang/typescript/typescript-4.9.4.ebuild +++ b/dev-lang/typescript/typescript-4.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 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]" |