commit: 549070b65c3821877c845dc4e56181148e022310 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun May 7 12:28:46 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun May 7 12:34:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549070b6
net-ftp/lftp: drop ipv6 use flag Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-ftp/lftp/lftp-4.9.2-r1.ebuild | 4 ++-- 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 \
