commit:     f9ffc30bb96302548a5982556271d3e03c1f05ef
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  5 20:40:03 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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 \

Reply via email to