diff options
author | Sam James <sam@gentoo.org> | 2023-07-09 10:00:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-09 10:00:52 +0100 |
commit | 800f3c8ec7cd97cb3765e9cb1ceb88e2e21b5f5e (patch) | |
tree | 7a10058863ba29a219cc03cf96c736bda8d0e6e5 | |
parent | dev-libs/libxml2: Stabilize 2.11.4 amd64, #909634 (diff) | |
download | gentoo-800f3c8ec7cd97cb3765e9cb1ceb88e2e21b5f5e.tar.gz gentoo-800f3c8ec7cd97cb3765e9cb1ceb88e2e21b5f5e.tar.bz2 gentoo-800f3c8ec7cd97cb3765e9cb1ceb88e2e21b5f5e.zip |
dev-libs/libxml2: Stabilize 2.11.4 arm, #909634
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/libxml2/libxml2-2.11.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.11.4.ebuild b/dev-libs/libxml2/libxml2-2.11.4.ebuild index cd8f829eb328..d8b848fab230 100644 --- a/dev-libs/libxml2/libxml2-2.11.4.ebuild +++ b/dev-libs/libxml2/libxml2-2.11.4.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+=" |