From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BDED15800A for ; Fri, 28 Jul 2023 11:28:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 401A2E09C2; Fri, 28 Jul 2023 11:28:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2319AE09C2 for ; Fri, 28 Jul 2023 11:28:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2BF1341550 for ; Fri, 28 Jul 2023 11:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AACFE6A for ; Fri, 28 Jul 2023 11:28:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690543664.156d4c6616b262c34ced0396533986a8985a4a88.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/indilib/indilib-1.9.8.ebuild sci-libs/indilib/indilib-2.0.2.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 156d4c6616b262c34ced0396533986a8985a4a88 X-VCS-Branch: master Date: Fri, 28 Jul 2023 11:28:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb6b8554-52c2-4494-ae0c-2eb597572472 X-Archives-Hash: 41ef4b4f93ed3268cee1c36cc7ce49b5 commit: 156d4c6616b262c34ced0396533986a8985a4a88 Author: Sam James gentoo org> AuthorDate: Fri Jul 28 11:27:42 2023 +0000 Commit: Sam James gentoo 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 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