diff options
author | 2024-04-04 11:01:28 +0200 | |
---|---|---|
committer | 2024-04-04 11:01:28 +0200 | |
commit | ef7b2fd8b179ff7b48b7993889f83b3bc2668432 (patch) | |
tree | b5601b7e509bd5d29d2da54cae8bfeaa958a4099 /dev-lang | |
parent | dev-lang/mond: Stabilize 0.10.0 amd64, #928548 (diff) | |
download | gentoo-ef7b2fd8b179ff7b48b7993889f83b3bc2668432.tar.gz gentoo-ef7b2fd8b179ff7b48b7993889f83b3bc2668432.tar.bz2 gentoo-ef7b2fd8b179ff7b48b7993889f83b3bc2668432.zip |
dev-lang/jint: Stabilize 3.0.0_beta2051 amd64, #928549
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/jint/jint-3.0.0_beta2051.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/jint/jint-3.0.0_beta2051.ebuild b/dev-lang/jint/jint-3.0.0_beta2051.ebuild index fc437c26d904..1fabcbaa39f5 100644 --- a/dev-lang/jint/jint-3.0.0_beta2051.ebuild +++ b/dev-lang/jint/jint-3.0.0_beta2051.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -221,7 +221,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi SRC_URI+=" ${NUGET_URIS} " |