From 043736d9ce8b9f9a0f81fa98630dfa768e770e3c Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 13 Sep 2026 09:12:03 +0300 Subject: [PATCH] app-benchmarks/tiobench: Stabilize 0.5.0 arm64, #979528 Signed-off-by: Arthur Zamarin --- app-benchmarks/tiobench/tiobench-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-benchmarks/tiobench/tiobench-0.5.0.ebuild b/app-benchmarks/tiobench/tiobench-0.5.0.ebuild index 748e0c944a206..271aa0b5437ef 100644 --- a/app-benchmarks/tiobench/tiobench-0.5.0.ebuild +++ b/app-benchmarks/tiobench/tiobench-0.5.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/aliceinwire/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm64 ppc ppc64 x86" IUSE="" RDEPEND="dev-lang/perl"