commit: fe5576b173d07cc7427cc151055ea0ba3a42d10f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 26 04:32:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 26 04:32:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5576b1
sci-libs/indilib: backport test skip to 1.9.2 Bug: https://bugs.gentoo.org/763126 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/indilib/indilib-1.9.2.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sci-libs/indilib/indilib-1.9.2.ebuild b/sci-libs/indilib/indilib-1.9.2.ebuild index f5901ff88e0f..d1a9b7106bd0 100644 --- a/sci-libs/indilib/indilib-1.9.2.ebuild +++ b/sci-libs/indilib/indilib-1.9.2.ebuild @@ -53,5 +53,17 @@ src_configure() { } src_test() { + local myctestargs=() + + if use ppc || use ppc64 || use sparc ; then + # Broken on big endian for quite some time. + # Reported upstream: file needs to be replaced w/ a normal library + # for b64. + # bug #763126 + myctestargs+=( + -E "(test_base64)" + ) + fi + BUILD_DIR="${BUILD_DIR}"/test cmake_src_test }