Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/glean/
Date: Sat, 03 Oct 2020 20:23:15
Message-Id: 1601756588.b127bce894a33a58670ffbb0f4516e0bd624f2c7.prometheanfire@gentoo
1 commit: b127bce894a33a58670ffbb0f4516e0bd624f2c7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 20:22:50 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 20:23:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b127bce8
7
8 app-emulation/glean: switch to DISTUTILS_USE_SETUPTOOLS=rdepend
9
10 closes: https://bugs.gentoo.org/746281
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-emulation/glean/glean-1.10.3.ebuild | 5 ++---
15 app-emulation/glean/glean-1.17.0.ebuild | 5 ++---
16 2 files changed, 4 insertions(+), 6 deletions(-)
17
18 diff --git a/app-emulation/glean/glean-1.10.3.ebuild b/app-emulation/glean/glean-1.10.3.ebuild
19 index db1ffac942b..939e686bb3b 100644
20 --- a/app-emulation/glean/glean-1.10.3.ebuild
21 +++ b/app-emulation/glean/glean-1.10.3.ebuild
22 @@ -4,6 +4,7 @@
23 EAPI=6
24
25 PYTHON_COMPAT=( python3_6 )
26 +DISTUTILS_USE_SETUPTOOLS=rdepend
27
28 inherit distutils-r1
29
30 @@ -16,9 +17,7 @@ SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 -DEPEND="
35 - dev-python/setuptools[${PYTHON_USEDEP}]
36 - dev-python/pbr[${PYTHON_USEDEP}]"
37 +DEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
38 RDEPEND="${DEPEND}"
39
40 src_install() {
41
42 diff --git a/app-emulation/glean/glean-1.17.0.ebuild b/app-emulation/glean/glean-1.17.0.ebuild
43 index 521c8d3efe6..13ba0b43ea3 100644
44 --- a/app-emulation/glean/glean-1.17.0.ebuild
45 +++ b/app-emulation/glean/glean-1.17.0.ebuild
46 @@ -4,6 +4,7 @@
47 EAPI=7
48
49 PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
50 +DISTUTILS_USE_SETUPTOOLS=rdepend
51
52 inherit distutils-r1
53
54 @@ -16,9 +17,7 @@ SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56 IUSE=""
57
58 -DEPEND="
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - dev-python/pbr[${PYTHON_USEDEP}]"
61 +DEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
62 RDEPEND="${DEPEND}"
63
64 src_install() {