commit:     4e46d918a1aa2bdadc67bc5381ee7b3380e02da8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 22:42:27 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 22:47:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e46d918

dev-python/basemap: Fix MissingUseDepDefault

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/basemap/basemap-1.0.7-r1.ebuild | 2 +-
 dev-python/basemap/basemap-1.0.7-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/basemap/basemap-1.0.7-r1.ebuild 
b/dev-python/basemap/basemap-1.0.7-r1.ebuild
index 9a801ce2828..21c1f248697 100644
--- a/dev-python/basemap/basemap-1.0.7-r1.ebuild
+++ b/dev-python/basemap/basemap-1.0.7-r1.ebuild
@@ -21,7 +21,7 @@ CDEPEND="sci-libs/shapelib
                >=dev-python/matplotlib-python2-0.98[${PYTHON_USEDEP}]
                >=dev-python/matplotlib-0.98[${PYTHON_USEDEP}]
        )
-       >=sci-libs/geos-3.3.1[python,${PYTHON_USEDEP}]"
+       >=sci-libs/geos-3.3.1[python(-),${PYTHON_USEDEP}]"
 
 DEPEND="${CDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/basemap/basemap-1.0.7-r3.ebuild 
b/dev-python/basemap/basemap-1.0.7-r3.ebuild
index 83b25e1d199..97bcfc3f839 100644
--- a/dev-python/basemap/basemap-1.0.7-r3.ebuild
+++ b/dev-python/basemap/basemap-1.0.7-r3.ebuild
@@ -21,7 +21,7 @@ CDEPEND="sci-libs/shapelib
                >=dev-python/matplotlib-python2-0.98[${PYTHON_USEDEP}]
                >=dev-python/matplotlib-0.98[${PYTHON_USEDEP}]
        )
-       >=sci-libs/geos-3.3.1[python,${PYTHON_USEDEP}]"
+       >=sci-libs/geos-3.3.1[python(-),${PYTHON_USEDEP}]"
 
 DEPEND="${CDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"

Reply via email to