Diff libsigrok-0.5.2-r3 with a libsigrok-0.5.2-r4

/usr/portage/sci-libs/libsigrok/libsigrok-0.5.2-r4.ebuild 2023-10-09 14:52:35.084368491 +0300
12 12
	inherit git-r3
13 13
else
14 14
	SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz"
15
	KEYWORDS="amd64 ~arm ~arm64 ~x86"
15
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
16 16
fi
17 17

  
18 18
DESCRIPTION="Basic hardware drivers for logic analyzers and input/output file format support"
......
69 69
	"${FILESDIR}/${P}-swig-4.patch"
70 70
	# https://sigrok.org/bugzilla/show_bug.cgi?id=1526
71 71
	"${FILESDIR}/${P}-check-0.15.patch"
72
	# https://bugs.gentoo.org/878395
73
	"${FILESDIR}/${PN}-0.5.2-swig-4.1.patch"
72 74
)
73 75

  
74 76
pkg_setup() {
Thank you!