diff options
author | Sam James <sam@gentoo.org> | 2022-10-25 18:59:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-25 18:59:32 +0100 |
commit | aa9e2fe77a8d1d7851982d55fcfee3498ffdbb6f (patch) | |
tree | 7727026033d172f340098d7c3028c008b4c3476a | |
parent | dev-libs/expat: Stabilize 2.5.0 ppc, #878275 (diff) | |
download | gentoo-aa9e2fe77a8d1d7851982d55fcfee3498ffdbb6f.tar.gz gentoo-aa9e2fe77a8d1d7851982d55fcfee3498ffdbb6f.tar.bz2 gentoo-aa9e2fe77a8d1d7851982d55fcfee3498ffdbb6f.zip |
dev-libs/expat: Stabilize 2.5.0 arm64, #878275
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/expat/expat-2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/expat/expat-2.5.0.ebuild b/dev-libs/expat/expat-2.5.0.ebuild index 1f5c86aaf9cd..e489274189e6 100644 --- a/dev-libs/expat/expat-2.5.0.ebuild +++ b/dev-libs/expat/expat-2.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libexpat/libexpat/releases/download/R_${PV//\./_}/ex LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="examples static-libs unicode" BDEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )" |