Diff libsigrok-0.6.0_pre20241020 with a libsigrok-9999

/usr/portage/sci-libs/libsigrok/libsigrok-9999.ebuild 2025-11-06 18:18:08.591500203 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
85 85
"
86 86
[[ ${PV} == *_p* ]] && BDEPEND+=" app-arch/unzip"
87 87

  
88
PATCHES=(
89
	"${FILESDIR}"/${PN}-0.6.0_pre20241020-swig.patch
90
	"${FILESDIR}"/${PN}-0.6.0_pre20241020-serial.patch
91
)
92

  
93 88
pkg_setup() {
94 89
	use python && python_setup
95 90
	use ruby && ruby-ng_pkg_setup
Thank you!