mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user