sci-libs/indilib: backport test skip to 1.9.2

Bug: https://bugs.gentoo.org/763126
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-11-26 04:32:21 +00:00
parent 22c7177ff7
commit fe5576b173

View File

@@ -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
}