diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-06-13 07:31:10 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-06-13 07:31:10 -0400 |
commit | 415cc56f5be284e1dc3c111da39bacb120f6581e (patch) | |
tree | c8a60e3b6a70bbb3688cd3a3e7ba2d543c170fa2 /sci-libs/geos | |
parent | sci-libs/geos: Cleanup old (diff) | |
download | gentoo-415cc56f5be284e1dc3c111da39bacb120f6581e.tar.gz gentoo-415cc56f5be284e1dc3c111da39bacb120f6581e.tar.bz2 gentoo-415cc56f5be284e1dc3c111da39bacb120f6581e.zip |
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
Diffstat (limited to 'sci-libs/geos')
-rw-r--r-- | sci-libs/geos/geos-3.6.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |