Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cartopy/
Date: Mon, 31 Aug 2020 15:40:34
Message-Id: 1598888413.7a266034b98bc5a933391b5b63dfc9b744d158f1.tomjbe@gentoo
1 commit: 7a266034b98bc5a933391b5b63dfc9b744d158f1
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 15:39:34 2020 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 15:40:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a266034
7
8 sci-libs/cartopy: Fix missing USE dependency
9
10 Closes: https://bugs.gentoo.org/739660
11 Package-Manager: Portage-3.0.5, Repoman-3.0.1
12 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
13
14 sci-libs/cartopy/cartopy-0.18.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-libs/cartopy/cartopy-0.18.0.ebuild b/sci-libs/cartopy/cartopy-0.18.0.ebuild
18 index 0be07b47077..0e8e4f590af 100644
19 --- a/sci-libs/cartopy/cartopy-0.18.0.ebuild
20 +++ b/sci-libs/cartopy/cartopy-0.18.0.ebuild
21 @@ -28,7 +28,7 @@ RDEPEND="
22 dev-python/six[${PYTHON_USEDEP}]
23 dev-python/matplotlib[${PYTHON_USEDEP}]
24 sci-libs/scipy[${PYTHON_USEDEP}]
25 - dev-python/pillow[${PYTHON_USEDEP}]
26 + dev-python/pillow[jpeg,${PYTHON_USEDEP}]
27 sci-libs/gdal[python,${PYTHON_USEDEP}]
28 "