Сравнение pugixml-1.14 с pugixml-9999

/usr/portage/dev-libs/pugixml/pugixml-9999.ebuild 2024-12-25 14:59:48.379270072 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 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 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
15
	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~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"
Спасибо!