Diff nbdkit-1.44.3 with a nbdkit-1.46.0

/usr/portage/sys-block/nbdkit/nbdkit-1.46.0.ebuild 2026-01-18 11:18:03.286468127 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..14} )
6
PYTHON_COMPAT=( python3_{11..14} )
7 7

  
8 8
inherit autotools bash-completion-r1 optfeature python-single-r1
9 9

  
......
13 13

  
14 14
LICENSE="BSD"
15 15
SLOT="0"
16
KEYWORDS="amd64 ~loong ~ppc64 ~sparc ~x86"
16
KEYWORDS="~amd64 ~loong ~ppc64 ~sparc ~x86"
17 17
IUSE="
18 18
	curl ext2 nbd gnutls libguestfs libssh libvirt lzma selinux python
19 19
	torrent valgrind zlib zlib-ng zstd
......
24 24
	selinux? ( sys-libs/libselinux )
25 25
	gnutls? ( net-libs/gnutls:= )
26 26
	curl? ( net-misc/curl )
27
	libssh? ( net-libs/libssh:= )
27
	libssh? ( net-libs/libssh:=[sftp] )
28 28
	libvirt? ( app-emulation/libvirt:= )
29 29
	zlib? ( virtual/zlib:= )
30 30
	zlib-ng? ( sys-libs/zlib-ng )
......
47 47

  
48 48
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
49 49

  
50
PATCHES=( "${FILESDIR}/${PN}-1.46.0-which-hunt.patch" )
51

  
50 52
src_prepare() {
51 53
	default
52 54

  
Thank you!