commit:     156d4c6616b262c34ced0396533986a8985a4a88
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 11:27:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 11:27:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156d4c66

sci-libs/indilib: stop skipping test_base64 on BE

It's been fixed upstream.

Closes: https://bugs.gentoo.org/763126
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/indilib/indilib-1.9.8.ebuild | 12 ------------
 sci-libs/indilib/indilib-2.0.2.ebuild | 12 ------------
 2 files changed, 24 deletions(-)

diff --git a/sci-libs/indilib/indilib-1.9.8.ebuild 
b/sci-libs/indilib/indilib-1.9.8.ebuild
index d7ef0939608e..07de9ea058ec 100644
--- a/sci-libs/indilib/indilib-1.9.8.ebuild
+++ b/sci-libs/indilib/indilib-1.9.8.ebuild
@@ -55,18 +55,6 @@ 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
-
        # Unit tests
        BUILD_DIR="${BUILD_DIR}"/test cmake_src_test
 

diff --git a/sci-libs/indilib/indilib-2.0.2.ebuild 
b/sci-libs/indilib/indilib-2.0.2.ebuild
index 223b23eceaa7..d7542c61a1ac 100644
--- a/sci-libs/indilib/indilib-2.0.2.ebuild
+++ b/sci-libs/indilib/indilib-2.0.2.ebuild
@@ -58,18 +58,6 @@ 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
-
        # Unit tests
        BUILD_DIR="${BUILD_DIR}"/test cmake_src_test
 

Reply via email to