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: Sun, 19 Sep 2021 15:20:08
Message-Id: 1632064764.b0111a5b848016ec22b863072dbf6c53c2220c07.tomjbe@gentoo
1 commit: b0111a5b848016ec22b863072dbf6c53c2220c07
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 15:19:01 2021 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 15:19:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0111a5b
7
8 sci-libs/cartopy: Fix setuptools dep
9
10 Closes: https://bugs.gentoo.org/813294
11
12 Package-Manager: Portage-3.0.23, Repoman-3.0.3
13 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
14
15 sci-libs/cartopy/cartopy-0.18.0.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/sci-libs/cartopy/cartopy-0.18.0.ebuild b/sci-libs/cartopy/cartopy-0.18.0.ebuild
19 index fbbee50514c..ffeef0d9070 100644
20 --- a/sci-libs/cartopy/cartopy-0.18.0.ebuild
21 +++ b/sci-libs/cartopy/cartopy-0.18.0.ebuild
22 @@ -1,9 +1,11 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 PYTHON_COMPAT=( python3_{7..9} )
30 +DISTUTILS_USE_SETUPTOOLS=rdepend
31 +
32 inherit distutils-r1 virtualx
33
34 MY_PV=${PV/_beta/b}