diff options
author | 2023-05-01 08:23:20 +0100 | |
---|---|---|
committer | 2023-05-01 08:23:29 +0100 | |
commit | 4814875b8c18f5c893a8dd35efebbc4d8e75d5c0 (patch) | |
tree | 093d03f63381ea8949c1da9443fd4102dfef557e /dev-libs/libxml2 | |
parent | dev-libs/libxml2: Stabilize 2.10.4 x86, #905398 (diff) | |
download | gentoo-4814875b8c18f5c893a8dd35efebbc4d8e75d5c0.tar.gz gentoo-4814875b8c18f5c893a8dd35efebbc4d8e75d5c0.tar.bz2 gentoo-4814875b8c18f5c893a8dd35efebbc4d8e75d5c0.zip |
dev-libs/libxml2: Stabilize 2.10.4 amd64, #905398
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.10.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.10.4.ebuild b/dev-libs/libxml2/libxml2-2.10.4.ebuild index eec5c3ab9682..c1763e127d38 100644 --- a/dev-libs/libxml2/libxml2-2.10.4.ebuild +++ b/dev-libs/libxml2/libxml2-2.10.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 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi SRC_URI+=" |