diff options
author | 2023-07-09 11:02:32 +0000 | |
---|---|---|
committer | 2023-07-09 11:02:32 +0000 | |
commit | 7c08439b9c7379c587fa5a54577e39d2e534d1e8 (patch) | |
tree | f062b0cb1b3d314084a82eb332bac454b6c90abe /dev-libs/libxml2 | |
parent | net-wireless/kismet: drop 2022.08.1-r1 (diff) | |
download | gentoo-7c08439b9c7379c587fa5a54577e39d2e534d1e8.tar.gz gentoo-7c08439b9c7379c587fa5a54577e39d2e534d1e8.tar.bz2 gentoo-7c08439b9c7379c587fa5a54577e39d2e534d1e8.zip |
dev-libs/libxml2: Stabilize 2.11.4 x86, #909634
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-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 d8b848fab230..d8a73e659b71 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+=" |