Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/graphite-web/
Date: Mon, 02 Nov 2020 09:51:10
Message-Id: 1604310656.a621519a8314153d9237e7f8809f3ae19b501c77.grobian@gentoo
1 commit: a621519a8314153d9237e7f8809f3ae19b501c77
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 09:27:30 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 09:50:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a621519a
7
8 net-analyzer/graphite-web-1.1.7: set DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/751685
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 net-analyzer/graphite-web/graphite-web-1.1.7.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild
18 index 2cdf6cbba79..96b7920163d 100644
19 --- a/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild
20 +++ b/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild
21 @@ -4,6 +4,7 @@
22 EAPI=7
23 PYTHON_COMPAT=( python3_{6,7,8} )
24 # 1.1.7 supports up to 3.9, so it's a matter of deps
25 +DISTUTILS_USE_SETUPTOOLS=no # export USE_SETUPTOOLS to activate
26
27 inherit distutils-r1 prefix