Сравнение lftp-4.9.3 с lftp-9999

/usr/portage/net-ftp/lftp/lftp-9999.ebuild 2025-02-03 17:39:35.878677808 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools libtool xdg-utils
6
inherit autotools git-r3 libtool xdg-utils
7 7

  
8 8
DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
9 9
HOMEPAGE="http://lftp.yar.ru/"
10
SRC_URI="https://github.com/lavv17/${PN}/releases/download/v${PV}/${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/lavv17/lftp"
11 11

  
12 12
LICENSE="GPL-3"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
15 14
IUSE="convert-mozilla-cookies +gnutls idn nls socks5 +ssl verify-file"
16
RESTRICT="test"
17 15

  
18 16
RDEPEND="
19 17
	>=sys-libs/ncurses-5.1:=
......
60 58
	"${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
61 59
	"${FILESDIR}"/${PN}-4.9.2-socks.patch
62 60
	"${FILESDIR}"/${PN}-4.9.3-gnulib.patch
63
	"${FILESDIR}"/${PN}-4.9.3-gnulib-stdlib.h.patch
64 61
)
65 62

  
66 63
# Gnulib false positive #900064
Спасибо!