Diff libodfgen-0.1.8 with a libodfgen-9999

/usr/portage/app-text/libodfgen/libodfgen-9999.ebuild 2024-07-02 13:51:43.885851455 +0300
10 10
	inherit autotools git-r3
11 11
else
12 12
	SRC_URI="https://downloads.sourceforge.net/libwpd/${P}.tar.xz"
13
	KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
13
	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
14 14
fi
15 15

  
16 16
DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
......
31 31
	doc? ( app-text/doxygen )
32 32
"
33 33

  
34
PATCHES=(
35
	"${FILESDIR}"/${PN}-0.1.8-gcc15-cstdint.patch
36
)
37

  
38 34
src_prepare() {
39 35
	default
40 36
	[[ ${PV} == 9999 ]] && eautoreconf
......
50 46
src_test() {
51 47
	cd test || die
52 48

  
53
	# TODO: send patch upstream to have 'make check' run these
54 49
	while read -r test_name ; do
55 50
		edo "${test_name}"
56 51
	done < <(find . -maxdepth 1  -type f -executable || die)
Thank you!