commit: aee2989ba128f7fa3112bc9b1f934c267c26ed70
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 17 17:36:41 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 08:06:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee2989b
sci-libs/Shapely-1.7.0: added missing 'RESTRICT="!test? ( test )"'
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-libs/Shapely/Shapely-1.7.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/Shapely/Shapely-1.7.0.ebuild
b/sci-libs/Shapely/Shapely-1.7.0.ebuild
index 61402b2ac2a..22f90d786e6 100644
--- a/sci-libs/Shapely/Shapely-1.7.0.ebuild
+++ b/sci-libs/Shapely/Shapely-1.7.0.ebuild
@@ -15,6 +15,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]