From 2dccc5d363e5c5de822c6608529792b3cf80711a Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 12 Dec 2025 02:47:26 +0000 Subject: [PATCH] dev-libs/libxml2: Stabilize 2.15.1 x86, #967358 Signed-off-by: Sam James --- dev-libs/libxml2/libxml2-2.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libxml2/libxml2-2.15.1.ebuild b/dev-libs/libxml2/libxml2-2.15.1.ebuild index fbcacd5a82bdb..22a4dcbc11693 100644 --- a/dev-libs/libxml2/libxml2-2.15.1.ebuild +++ b/dev-libs/libxml2/libxml2-2.15.1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else inherit gnome.org - 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 S="${WORKDIR}/${PN}-${PV%_rc*}"