diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-11-02 10:27:30 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-11-02 10:50:56 +0100 |
commit | a621519a8314153d9237e7f8809f3ae19b501c77 (patch) | |
tree | e38a2009f3c684e921e70131f1440f5d982f7e6f /net-analyzer/graphite-web | |
parent | app-admin/conky: Build fix for libmicrohttpd. (diff) | |
download | gentoo-a621519a8314153d9237e7f8809f3ae19b501c77.tar.gz gentoo-a621519a8314153d9237e7f8809f3ae19b501c77.tar.bz2 gentoo-a621519a8314153d9237e7f8809f3ae19b501c77.zip |
net-analyzer/graphite-web-1.1.7: set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/751685
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-analyzer/graphite-web')
-rw-r--r-- | net-analyzer/graphite-web/graphite-web-1.1.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild index 2cdf6cbba79c..96b7920163db 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) # 1.1.7 supports up to 3.9, so it's a matter of deps +DISTUTILS_USE_SETUPTOOLS=no # export USE_SETUPTOOLS to activate inherit distutils-r1 prefix |