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 BBCA215815E for ; Mon, 5 Feb 2024 20:41:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D679FE2A67; Mon, 5 Feb 2024 20:41:08 +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 942A0E2A67 for ; Mon, 5 Feb 2024 20:41:08 +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 C5EE7343013 for ; Mon, 5 Feb 2024 20:41:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33C1BBC0 for ; Mon, 5 Feb 2024 20:41:06 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1707165658.f9ffc30bb96302548a5982556271d3e03c1f05ef.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/zile/zile-2.4.15.ebuild X-VCS-Directories: app-editors/zile/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f9ffc30bb96302548a5982556271d3e03c1f05ef X-VCS-Branch: master Date: Mon, 5 Feb 2024 20:41:06 +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: 0e4ec1e1-a7bc-478f-84f9-db3b1e54e96d X-Archives-Hash: 2db2f367e65722d40faf30dd34148466 commit: f9ffc30bb96302548a5982556271d3e03c1f05ef Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 5 20:40:03 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 5 20:40:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ffc30b app-editors/zile: Silence false positive QA warning Bug: https://bugs.gentoo.org/923835 Signed-off-by: Ulrich Müller gentoo.org> app-editors/zile/zile-2.4.15.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild index cf27836594ab..05b1686856f7 100644 --- a/app-editors/zile/zile-2.4.15.ebuild +++ b/app-editors/zile/zile-2.4.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,6 +28,7 @@ BDEPEND="dev-lang/perl DOCS="README THANKS" QA_AM_MAINTAINER_MODE=".*help2man.*" #450278 +QA_CONFIG_IMPL_DECL_SKIP=(MIN) #923835 (false positive) src_configure() { econf \