commit: 7a266034b98bc5a933391b5b63dfc9b744d158f1 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Mon Aug 31 15:39:34 2020 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Mon Aug 31 15:40:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a266034
sci-libs/cartopy: Fix missing USE dependency Closes: https://bugs.gentoo.org/739660 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> sci-libs/cartopy/cartopy-0.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cartopy/cartopy-0.18.0.ebuild b/sci-libs/cartopy/cartopy-0.18.0.ebuild index 0be07b47077..0e8e4f590af 100644 --- a/sci-libs/cartopy/cartopy-0.18.0.ebuild +++ b/sci-libs/cartopy/cartopy-0.18.0.ebuild @@ -28,7 +28,7 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pillow[jpeg,${PYTHON_USEDEP}] sci-libs/gdal[python,${PYTHON_USEDEP}] "
