diff options
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/lftp-4.9.2-r1.ebuild | 3 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-9999.ebuild | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/net-ftp/lftp/lftp-4.9.2-r1.ebuild b/net-ftp/lftp/lftp-4.9.2-r1.ebuild index f7b4b9adf626..b54ccaf28c91 100644 --- a/net-ftp/lftp/lftp-4.9.2-r1.ebuild +++ b/net-ftp/lftp/lftp-4.9.2-r1.ebuild @@ -61,6 +61,9 @@ PATCHES=( "${FILESDIR}"/${PN}-4.9.2-libressl.patch #903001 ) +# Gnulib false positive #900064 +QA_CONFIG_IMPL_DECL_SKIP="( MIN )" + src_prepare() { default diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild index c1915ac399f9..4a200a6b942a 100644 --- a/net-ftp/lftp/lftp-9999.ebuild +++ b/net-ftp/lftp/lftp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -57,6 +57,9 @@ PATCHES=( "${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch ) +# Gnulib false positive #900064 +QA_CONFIG_IMPL_DECL_SKIP="( MIN )" + src_prepare() { default |