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
5 5

  
6 6
PYTHON_COMPAT=( python3_{11..13} )
7
USE_RUBY="ruby31 ruby32 ruby33"
7
USE_RUBY="ruby31 ruby32"
8 8
RUBY_OPTIONAL="yes"
9 9
inherit python-r1 java-pkg-opt-2 ruby-ng udev xdg-utils
10 10

  
......
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!