Сравнение libcmis-0.6.2-r2 с libcmis-9999

/usr/portage/dev-cpp/libcmis/libcmis-9999.ebuild 2025-12-22 20:18:06.290897651 +0300
8 8
	inherit git-r3
9 9
else
10 10
	SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
	KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
11
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
12 12
fi
13 13
inherit autotools flag-o-matic
14 14

  
......
40 40
	)
41 41
"
42 42

  
43
PATCHES=(
44
	# https://github.com/tdf/libcmis/pull/52
45
	"${FILESDIR}"/${P}-libxml2-2.12.patch # bug 917523
46
	# https://github.com/tdf/libcmis/pull/68
47
	"${FILESDIR}"/${P}-boost-1.86.patch
48
	# https://github.com/tdf/libcmis/pull/69
49
	"${FILESDIR}"/${P}-fix-sha1-test.patch
50
)
51

  
52 43
src_prepare() {
53 44
	default
54 45
	eautoreconf
Спасибо!