diff options
author | 2020-06-17 19:36:41 +0200 | |
---|---|---|
committer | 2020-07-15 11:06:37 +0300 | |
commit | aee2989ba128f7fa3112bc9b1f934c267c26ed70 (patch) | |
tree | f7c2afb10e73e88a01ae3c515afed2ee695f0186 /sci-libs/Shapely | |
parent | sci-libs/Shapely: version bump 1.7.0 (diff) | |
download | gentoo-aee2989ba128f7fa3112bc9b1f934c267c26ed70.tar.gz gentoo-aee2989ba128f7fa3112bc9b1f934c267c26ed70.tar.bz2 gentoo-aee2989ba128f7fa3112bc9b1f934c267c26ed70.zip |
sci-libs/Shapely-1.7.0: added missing 'RESTRICT="!test? ( test )"'
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-libs/Shapely')
-rw-r--r-- | sci-libs/Shapely/Shapely-1.7.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/Shapely/Shapely-1.7.0.ebuild b/sci-libs/Shapely/Shapely-1.7.0.ebuild index 61402b2ac2a9..22f90d786e6f 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}] |