dev-cpp/units: disable failing tests

Closes: https://bugs.gentoo.org/908388
Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
This commit is contained in:
Kostadin Shishmanov
2023-06-12 14:08:49 +03:00
parent f82d8723c5
commit 4fcbe8b5d6
2 changed files with 17 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}/${P}-disable-failing-tests.patch"
)
src_configure() {
local mycmakeargs+=(
-DBUILD_TESTS="$(usex test ON OFF)"