From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B98815ACFD for ; Sun, 7 May 2023 12:34:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92289E05C1; Sun, 7 May 2023 12:34:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C035E05C1 for ; Sun, 7 May 2023 12:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FCB1340CB6 for ; Sun, 7 May 2023 12:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5EAAA59 for ; Sun, 7 May 2023 12:34:22 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1683462850.de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/lftp/lftp-4.9.2-r1.ebuild net-ftp/lftp/lftp-9999.ebuild X-VCS-Directories: net-ftp/lftp/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff X-VCS-Branch: master Date: Sun, 7 May 2023 12:34:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a81f3263-c308-4247-b35e-f78e4fffb961 X-Archives-Hash: cfcd86bd2b54424c3e31b58a30ba9f29 commit: de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff Author: Conrad Kostecki gentoo org> AuthorDate: Sun May 7 12:27:23 2023 +0000 Commit: Conrad Kostecki gentoo 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 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