diff options
author | Sam James <sam@gentoo.org> | 2024-12-07 02:55:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-07 02:55:19 +0000 |
commit | 1a208de2626df85bb1b401694599d31e924466d8 (patch) | |
tree | ae9e9b48284926341f0f6aefe52a7bc059f09634 /dev-libs/libxml2 | |
parent | dev-libs/libxml2: Stabilize 2.11.9 ppc, #945992 (diff) | |
download | gentoo-1a208de2626df85bb1b401694599d31e924466d8.tar.gz gentoo-1a208de2626df85bb1b401694599d31e924466d8.tar.bz2 gentoo-1a208de2626df85bb1b401694599d31e924466d8.zip |
dev-libs/libxml2: Stabilize 2.11.9 arm, #945992
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.11.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.11.9.ebuild b/dev-libs/libxml2/libxml2-2.11.9.ebuild index 922ac6a24bc6..654d137371fd 100644 --- a/dev-libs/libxml2/libxml2-2.11.9.ebuild +++ b/dev-libs/libxml2/libxml2-2.11.9.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else inherit autotools 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 inherit autotools |