diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2021-01-17 12:33:38 -0500 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2021-01-17 13:45:29 -0500 |
commit | f33e7c5383196e027893b5aa2a9d90523b2b02ea (patch) | |
tree | 370985da9cbb8618e414b2cce9a237b13c8e2326 /dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild | |
parent | dev-util/buildbot-www: Version bump to 2.10.0 fix setuptools ?depend (diff) | |
download | gentoo-f33e7c5383196e027893b5aa2a9d90523b2b02ea.tar.gz gentoo-f33e7c5383196e027893b5aa2a9d90523b2b02ea.tar.bz2 gentoo-f33e7c5383196e027893b5aa2a9d90523b2b02ea.zip |
dev-util/buildbot-waterfall-view: Version bump to 2.10.0 fix setuptools ?depend
Closes: https://bugs.gentoo.org/747727
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild')
-rw-r--r-- | dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild index 8e4b9cc0d871..144ff0696de0 100644 --- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild +++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" PYTHON_REQ_USE="sqlite" PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS="rdepend" +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1 |