Closes: https://bugs.gentoo.org/677006
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
sed -i \
-e '/torture_keyfiles/d' \
tests/unittests/CMakeLists.txt || die
+
+ # disable tests that take too long (bug #677006)
+ if use sparc; then
+ sed -i \
+ -e '/torture_threads_pki_rsa/d' \
+ -e '/torture_pki_dsa/d' \
+ tests/unittests/CMakeLists.txt || die
+ fi
}
multilib_src_configure() {
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
sed -i \
-e '/torture_keyfiles/d' \
tests/unittests/CMakeLists.txt || die
+
+ # disable tests that take too long (bug #677006)
+ if use sparc; then
+ sed -i \
+ -e '/torture_threads_pki_rsa/d' \
+ -e '/torture_pki_dsa/d' \
+ tests/unittests/CMakeLists.txt || die
+ fi
}
multilib_src_configure() {