diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-05-07 14:28:46 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-05-07 14:34:10 +0200 |
commit | 549070b65c3821877c845dc4e56181148e022310 (patch) | |
tree | b413e4ac2cf951e0b28d6f023adf7fbf21efee0e /net-ftp | |
parent | net-ftp/lftp: fix implicit function declarations (diff) | |
download | gentoo-549070b65c3821877c845dc4e56181148e022310.tar.gz gentoo-549070b65c3821877c845dc4e56181148e022310.tar.bz2 gentoo-549070b65c3821877c845dc4e56181148e022310.zip |
net-ftp/lftp: drop ipv6 use flag
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/lftp-4.9.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/lftp/lftp-4.9.2-r1.ebuild b/net-ftp/lftp/lftp-4.9.2-r1.ebuild index b54ccaf28c91..0e319edbe103 100644 --- a/net-ftp/lftp/lftp-4.9.2-r1.ebuild +++ b/net-ftp/lftp/lftp-4.9.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://lftp.yar.ru/ftp/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file" +IUSE="convert-mozilla-cookies +gnutls idn nls socks5 +ssl verify-file" RESTRICT="test" RDEPEND=" @@ -80,12 +80,12 @@ src_prepare() { src_configure() { econf \ - $(use_enable ipv6) \ $(use_enable nls) \ $(use_with idn libidn2) \ $(use_with socks5 socksdante "${EPREFIX}"/usr) \ $(usex ssl "$(use_with !gnutls openssl "${EPREFIX}"/usr)" '--without-openssl') \ $(usex ssl "$(use_with gnutls)" '--without-gnutls') \ + --enable-ipv6 \ --enable-packager-mode \ --sysconfdir="${EPREFIX}"/etc/${PN} \ --with-modules \ diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild index 4a200a6b942a..3020137e83ad 100644 --- a/net-ftp/lftp/lftp-9999.ebuild +++ b/net-ftp/lftp/lftp-9999.ebuild @@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/lavv17/lftp" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file" +IUSE="convert-mozilla-cookies +gnutls idn nls socks5 +ssl verify-file" RDEPEND=" >=sys-libs/ncurses-5.1:= @@ -76,12 +76,12 @@ src_prepare() { src_configure() { econf \ - $(use_enable ipv6) \ $(use_enable nls) \ $(use_with idn libidn2) \ $(use_with socks5 socksdante "${EPREFIX}"/usr) \ $(usex ssl "$(use_with !gnutls openssl "${EPREFIX}"/usr)" '--without-openssl') \ $(usex ssl "$(use_with gnutls)" '--without-gnutls') \ + --enable-ipv6 --enable-packager-mode \ --sysconfdir="${EPREFIX}"/etc/${PN} \ --with-modules \ |