Diff pugixml-1.13 with a pugixml-1.14

/usr/portage/dev-libs/pugixml/pugixml-1.14.ebuild 2023-10-09 14:52:29.756368357 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12
	# Use non-release tarball for tests
13 13
	# TODO: ask upstream to include tests in release tarballs?
14 14
	SRC_URI="https://github.com/zeux/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
15
	KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
15
	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
16 16
fi
17 17

  
18 18
DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support"
Thank you!