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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E97B139360 for ; Fri, 6 Aug 2021 14:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94D9BE091F; Fri, 6 Aug 2021 14:35:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78D06E0970 for ; Fri, 6 Aug 2021 14:35:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 258F3342B6E for ; Fri, 6 Aug 2021 14:35:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA899865 for ; Fri, 6 Aug 2021 14:35:56 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1628260549.df2f1c29030dae40167b5637ea0442d1c8b458d6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/GeographicLib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild X-VCS-Directories: sci-geosciences/GeographicLib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: df2f1c29030dae40167b5637ea0442d1c8b458d6 X-VCS-Branch: master Date: Fri, 6 Aug 2021 14:35:56 +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: 554f6b63-19c8-467b-9648-f6e10790430b X-Archives-Hash: 7cb66669e331011440526c6146287559 commit: df2f1c29030dae40167b5637ea0442d1c8b458d6 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 6 13:42:43 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 6 14:35:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2f1c29 sci-geosciences/GeographicLib: unrestrict tests Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild b/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild index 50bc12fbb31..892d850baaa 100644 --- a/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild +++ b/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild @@ -17,10 +17,6 @@ LICENSE="MIT" SLOT="0/19" KEYWORDS="~amd64 ~arm" IUSE="doc examples python" -# To-Do:find out why this doesn't work -# 105/167 Test #105: GeodSolve82 ......................***Failed -# Required regular expression not found. Regex=[20\.0010* 0\.0* 180\.0* 20\.0010* 0\.0* 180\.0* 0\.0* 0\.0* 0\.0* 1\.0* 1\.0* -?0 -RESTRICT="test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="python? ( ${PYTHON_DEPS} )" @@ -71,7 +67,6 @@ src_compile() { } src_test() { - # Only 1 failing test in the C code, python passes for me cmake_src_test if use python; then