From a1dea07d10e3511fac6eea86cda30259cc3aa8de Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Mon, 25 Apr 2022 09:56:05 +0300 Subject: sci-electronics/librepcb: drop "virtx ... || die" from 0.1.6 - since we can't be sure about the return code. Signed-off-by: Joonas Niilola --- sci-electronics/librepcb/librepcb-0.1.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-electronics/librepcb/librepcb-0.1.6.ebuild b/sci-electronics/librepcb/librepcb-0.1.6.ebuild index 69a4c50b530d..e8eb15331383 100644 --- a/sci-electronics/librepcb/librepcb-0.1.6.ebuild +++ b/sci-electronics/librepcb/librepcb-0.1.6.ebuild @@ -39,12 +39,12 @@ PATCHES=( "${FILESDIR}"/${P}-muparser-fix.patch ) src_configure() { local mycmakeargs+=( - -DUNBUNDLE_QUAZIP=ON - -DUNBUNDLE_MUPARSER=ON ) + -DUNBUNDLE_QUAZIP=ON + -DUNBUNDLE_MUPARSER=ON ) cmake_src_configure } src_test() { cd "${BUILD_DIR}"/tests/unittests || die - virtx ./librepcb-unittests --gtest_filter=-SystemInfoTest.testGetUsername || die + virtx ./librepcb-unittests --gtest_filter=-SystemInfoTest.testGetUsername } -- cgit v1.2.3-65-gdbad