commit: 4305bf004c24b82da7af1d532312345c38042132
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 9 18:38:59 2026 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Jan 9 18:39:18 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4305bf00
dev-lang/yasm: Stabilise on arm64
The tests pass.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-lang/yasm/yasm-1.3.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/yasm/yasm-1.3.0-r2.ebuild
b/dev-lang/yasm/yasm-1.3.0-r2.ebuild
index ba1e52472a17..0fba699ca4cf 100644
--- a/dev-lang/yasm/yasm-1.3.0-r2.ebuild
+++ b/dev-lang/yasm/yasm-1.3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]] ; then
inherit autotools git-r3
else
SRC_URI="https://www.tortall.net/projects/yasm/releases/${P}.tar.gz"
- KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~arm64-macos ~x64-macos
~x64-solaris"
+ KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86 ~arm64-macos ~x64-macos
~x64-solaris"
fi
DESCRIPTION="An assembler for x86 and x86_64 instruction sets"