commit: de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun May 7 12:27:23 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=de1a0a14
net-ftp/lftp: fix implicit function declarations Closes: https://bugs.gentoo.org/900064 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-ftp/lftp/lftp-4.9.2-r1.ebuild | 3 +++ net-ftp/lftp/lftp-9999.ebuild | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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
