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-admin/glance/
Date: Wed, 30 Sep 2020 17:53:32
Message-Id: 1601488403.65c1760868f3e038b98bb3fc473e0e44ad4a7d7e.prometheanfire@gentoo
1 commit: 65c1760868f3e038b98bb3fc473e0e44ad4a7d7e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 17:53:06 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 17:53:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c17608
7
8 app-admin/glance: switch to DISTUTILS_USE_SETUPTOOLS=rdepend
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/glance/glance-20.0.0.ebuild | 2 +-
14 app-admin/glance/glance-20.0.1.ebuild | 2 +-
15 app-admin/glance/glance-2020.1.9999.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-admin/glance/glance-20.0.0.ebuild b/app-admin/glance/glance-20.0.0.ebuild
19 index b97b5cefe72..0440a12d652 100644
20 --- a/app-admin/glance/glance-20.0.0.ebuild
21 +++ b/app-admin/glance/glance-20.0.0.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=7
24
25 PYTHON_COMPAT=( python3_7 )
26 -DISTUTILS_USE_SETUPTOOLS=bdepend
27 +DISTUTILS_USE_SETUPTOOLS=rdepend
28 inherit distutils-r1
29
30 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
31
32 diff --git a/app-admin/glance/glance-20.0.1.ebuild b/app-admin/glance/glance-20.0.1.ebuild
33 index b97b5cefe72..0440a12d652 100644
34 --- a/app-admin/glance/glance-20.0.1.ebuild
35 +++ b/app-admin/glance/glance-20.0.1.ebuild
36 @@ -4,7 +4,7 @@
37 EAPI=7
38
39 PYTHON_COMPAT=( python3_7 )
40 -DISTUTILS_USE_SETUPTOOLS=bdepend
41 +DISTUTILS_USE_SETUPTOOLS=rdepend
42 inherit distutils-r1
43
44 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
45
46 diff --git a/app-admin/glance/glance-2020.1.9999.ebuild b/app-admin/glance/glance-2020.1.9999.ebuild
47 index 779d30ba55d..fbd61cb7180 100644
48 --- a/app-admin/glance/glance-2020.1.9999.ebuild
49 +++ b/app-admin/glance/glance-2020.1.9999.ebuild
50 @@ -4,7 +4,7 @@
51 EAPI=7
52
53 PYTHON_COMPAT=( python3_7 )
54 -DISTUTILS_USE_SETUPTOOLS=bdepend
55 +DISTUTILS_USE_SETUPTOOLS=rdepend
56 inherit distutils-r1
57
58 DESCRIPTION="Services for discovering, registering, and retrieving VM images"