Diff pcsc-lite-2.4.0-r1 with a pcsc-lite-2.4.1

/usr/portage/sys-apps/pcsc-lite/pcsc-lite-2.4.1.ebuild 2026-02-10 11:18:08.784099635 +0300
4 4
EAPI=8
5 5

  
6 6
PYTHON_COMPAT=( python3_{11..13} )
7

  
8
inherit meson-multilib python-single-r1 tmpfiles udev
7
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/ludovicrousseau.asc
8
inherit meson-multilib python-single-r1 tmpfiles udev verify-sig
9 9

  
10 10
DESCRIPTION="PC/SC Architecture smartcard middleware library"
11 11
HOMEPAGE="https://pcsclite.apdu.fr https://github.com/LudovicRousseau/PCSC"
12
SRC_URI="https://pcsclite.apdu.fr/files/${P}.tar.xz"
12
SRC_URI="
13
	https://pcsclite.apdu.fr/files/${P}.tar.xz
14
	verify-sig? ( https://pcsclite.apdu.fr/files/${P}.tar.xz.asc )
15
"
13 16

  
14 17
# GPL-2 is there for the init script; everything else comes from
15 18
# upstream.
16 19
LICENSE="BSD GPL-3+ BSD-2 ISC GPL-2"
17 20
SLOT="0"
18
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
21
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
19 22
# This is called libusb so that it doesn't fool people in thinking that
20 23
# it is _required_ for USB support. Otherwise they'll disable udev and
21 24
# that's going to be worse.
......
40 43
BDEPEND="
41 44
	app-alternatives/lex
42 45
	virtual/pkgconfig
46
	verify-sig? ( sec-keys/openpgp-keys-ludovicrousseau )
43 47
"
44 48

  
45 49
PATCHES=(
46 50
	"${FILESDIR}"/${PN}-2.4.0-change-setup-spy-script-location.patch
47
	"${FILESDIR}"/${PN}-2.4.0-systemd-fixes.patch
48 51
	"${FILESDIR}"/${PN}-2.4.0-systemd-sysusers-fixup.patch
49 52
)
50 53

  
Thank you!