media-libs/noise-suppression-for-voice: Skip CMake <3.5 QA checks

All CMakeLists.txt files used for the build require CMake 3.5 or later.

Closes: https://bugs.gentoo.org/957490
Signed-off-by: Kacper Słomiński <kacper.slominski72@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44057
Closes: https://github.com/gentoo/gentoo/pull/44057
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Kacper Słomiński 2025-10-06 00:14:47 +02:00 committed by Sam James
parent f4b5f17516
commit fd35ec87df
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 10 additions and 2 deletions

View File

@ -1,8 +1,12 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Bug #957490 - all CMakeLists.txt files that are used during the build
# require CMake 3.5 or later.
CMAKE_QA_COMPAT_SKIP=yes
inherit cmake flag-o-matic
DESCRIPTION="A real-time noise suppression plugin for voice"

View File

@ -1,8 +1,12 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Bug #957490 - all CMakeLists.txt files that are used during the build
# require CMake 3.5 or later.
CMAKE_QA_COMPAT_SKIP=yes
inherit cmake flag-o-matic
DESCRIPTION="A real-time noise suppression plugin for voice"