diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-08-06 15:42:43 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-08-06 16:35:49 +0200 |
commit | df2f1c29030dae40167b5637ea0442d1c8b458d6 (patch) | |
tree | efff08cec99f8db72fee620385123458c721a7c1 /sci-geosciences/GeographicLib | |
parent | sci-geosciences/GeographicLib: bump to 1.52 (diff) | |
download | gentoo-df2f1c29030dae40167b5637ea0442d1c8b458d6.tar.gz gentoo-df2f1c29030dae40167b5637ea0442d1c8b458d6.tar.bz2 gentoo-df2f1c29030dae40167b5637ea0442d1c8b458d6.zip |
sci-geosciences/GeographicLib: unrestrict tests
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-geosciences/GeographicLib')
-rw-r--r-- | sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild b/sci-geosciences/GeographicLib/GeographicLib-1.52.ebuild index 50bc12fbb31a..892d850baaac 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 |