Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/
Date: Fri, 24 Sep 2021 11:10:29
Message-Id: 1632481767.a5726b74d497346b3281947eede0820d7b76be13.blueness@gentoo
1 commit: a5726b74d497346b3281947eede0820d7b76be13
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 11:09:27 2021 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 11:09:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5726b74
7
8 app-portage/grs: set DISTUTILS_USE_SETUPTOOLS=no
9
10 Closes: https://bugs.gentoo.org/746449
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 app-portage/grs/grs-0.7.ebuild | 1 +
15 app-portage/grs/grs-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild
19 index 7d4700a6d76..d74d948f3be 100644
20 --- a/app-portage/grs/grs-0.7.ebuild
21 +++ b/app-portage/grs/grs-0.7.ebuild
22 @@ -3,6 +3,7 @@
23
24 EAPI="7"
25 PYTHON_COMPAT=( python3_{8,9} )
26 +DISTUTILS_USE_SETUPTOOLS=no
27
28 inherit distutils-r1 linux-info
29
30
31 diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
32 index 33f52c59b46..4ed7aad6371 100644
33 --- a/app-portage/grs/grs-9999.ebuild
34 +++ b/app-portage/grs/grs-9999.ebuild
35 @@ -3,6 +3,7 @@
36
37 EAPI="7"
38 PYTHON_COMPAT=( python3_{8,9} )
39 +DISTUTILS_USE_SETUPTOOLS=no
40
41 inherit distutils-r1 linux-info