mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
f4b5f17516
commit
fd35ec87df
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user