From: Aaron W. Swenson Date: Wed, 13 Jun 2018 11:31:10 +0000 (-0400) Subject: sci-libs/geos: Restrict test X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=415cc56f5be284e1dc3c111da39bacb120f6581e;p=gentoo.git sci-libs/geos: Restrict test Experiences test failures because of mismatch in hardcoded values from upstream. Upstream has been aware of these test failures for years. Closes: https://bugs.gentoo.org/651224 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild index 1c746611f0fd..a53255ec4230 100644 --- a/sci-libs/geos/geos-3.6.2.ebuild +++ b/sci-libs/geos/geos-3.6.2.ebuild @@ -29,6 +29,8 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/3.4.2-solaris-isnan.patch ) +RESTRICT="test" + pkg_setup() { use python && python-single-r1_pkg_setup }