diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-05-07 14:27:23 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-05-07 14:34:10 +0200 |
commit | de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff (patch) | |
tree | 1692197fe66859810f62403205faf2388f5a1919 /net-ftp | |
parent | net-ftp/pure-ftpd: fix implicit function declarations (diff) | |
download | gentoo-de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff.tar.gz gentoo-de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff.tar.bz2 gentoo-de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff.zip |
net-ftp/lftp: fix implicit function declarations
Closes: https://bugs.gentoo.org/900064
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 | 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 |