diff options
author | 2024-04-29 06:47:38 +0100 | |
---|---|---|
committer | 2024-04-29 06:47:38 +0100 | |
commit | 80507b6704dccfa22d1be1f40a1f0bef05207b16 (patch) | |
tree | 54ec598bccbfa1a943ab4cae0367b632a4a20254 /dev-libs/libxml2 | |
parent | dev-libs/libxml2: Stabilize 2.12.6 arm64, #930863 (diff) | |
download | gentoo-80507b6704dccfa22d1be1f40a1f0bef05207b16.tar.gz gentoo-80507b6704dccfa22d1be1f40a1f0bef05207b16.tar.bz2 gentoo-80507b6704dccfa22d1be1f40a1f0bef05207b16.zip |
dev-libs/libxml2: Stabilize 2.12.6 arm, #930863
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.12.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.12.6.ebuild b/dev-libs/libxml2/libxml2-2.12.6.ebuild index 295ffb5511c7..c97945ae4205 100644 --- a/dev-libs/libxml2/libxml2-2.12.6.ebuild +++ b/dev-libs/libxml2/libxml2-2.12.6.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else inherit gnome.org libtool - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~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 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi SRC_URI+=" |