dev-libs/pfs: drop a failing test

Closes: https://bugs.gentoo.org/932363
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-05-21 20:34:25 +02:00
parent fcb8f54719
commit 1290f3f629

View File

@@ -18,6 +18,11 @@ RESTRICT="!test? ( test )"
PATCHES=( "${FILESDIR}"/${P}-Werror.patch )
src_prepare() {
rm test/test_proc_stat.cpp | dir
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-Dpfs_BUILD_TESTS=$(usex test)