From 8eba16b5fe14754810e265b358e8a3a493e47de6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 1 Oct 2025 21:01:01 +0100 Subject: [PATCH] sys-apps/baselayout: Stabilize 2.18 ALLARCHES, #963627 Signed-off-by: Sam James --- sys-apps/baselayout/baselayout-2.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/baselayout/baselayout-2.18.ebuild b/sys-apps/baselayout/baselayout-2.18.ebuild index 645341d004770..21595cd1a7701 100644 --- a/sys-apps/baselayout/baselayout-2.18.ebuild +++ b/sys-apps/baselayout/baselayout-2.18.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-2"