diff options
author | 2023-11-04 12:23:43 +0000 | |
---|---|---|
committer | 2023-11-04 12:23:43 +0000 | |
commit | 33f0e2e2916e3c8e8f5e5506c583e4186ba37f80 (patch) | |
tree | ee0b21bac1c38b1239a4285f36c10bee2b7251d7 /dev-libs/pugixml | |
parent | app-misc/supercat: Stabilize 0.5.8 sparc, #916836 (diff) | |
download | gentoo-33f0e2e2916e3c8e8f5e5506c583e4186ba37f80.tar.gz gentoo-33f0e2e2916e3c8e8f5e5506c583e4186ba37f80.tar.bz2 gentoo-33f0e2e2916e3c8e8f5e5506c583e4186ba37f80.zip |
dev-libs/pugixml: Stabilize 1.14 arm64, #916838
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/pugixml')
-rw-r--r-- | dev-libs/pugixml/pugixml-1.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/pugixml/pugixml-1.14.ebuild b/dev-libs/pugixml/pugixml-1.14.ebuild index a2f872a9ebb0..e47e02ac38c2 100644 --- a/dev-libs/pugixml/pugixml-1.14.ebuild +++ b/dev-libs/pugixml/pugixml-1.14.ebuild @@ -12,7 +12,7 @@ else # Use non-release tarball for tests # TODO: ask upstream to include tests in release tarballs? SRC_URI="https://github.com/zeux/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support" |