Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/
Date: Mon, 12 Oct 2020 12:40:01
Message-Id: 1602506388.b4676347453462f38a39d7334cd7ddfb736098bc.juippis@gentoo
1 commit: b4676347453462f38a39d7334cd7ddfb736098bc
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Wed Oct 7 04:30:27 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 12:39:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4676347
7
8 dev-vcs/tortoisehg: live-ebuild update
9
10 Update with fix of warning
11
12 * DISTUTILS_USE_SETUPTOOLS value is probably incorrect
13 * have: DISTUTILS_USE_SETUPTOOLS=bdepend (or unset)
14 * expected: DISTUTILS_USE_SETUPTOOLS=no
15
16 by setup 'DISTUTILS_USE_SETUPTOOLS=no'
17
18 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
19 Closes: https://github.com/gentoo/gentoo/pull/17831
20 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
21
22 dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 5 ++++-
23 1 file changed, 4 insertions(+), 1 deletion(-)
24
25 diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
26 index 1a78d11682d..479ec0fd1be 100644
27 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
28 +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
29 @@ -4,6 +4,8 @@
30 EAPI=7
31 PYTHON_COMPAT=( python3_{6,7,8} )
32
33 +DISTUTILS_USE_SETUPTOOLS=no
34 +
35 inherit desktop distutils-r1 xdg-utils
36
37 if [[ ${PV} != *9999* ]]; then
38 @@ -29,7 +31,8 @@ RDEPEND="
39 dev-python/iniparse[${PYTHON_USEDEP}]
40 dev-python/pygments[${PYTHON_USEDEP}]
41 dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
42 - >=dev-python/qscintilla-python-2.9.4[qt5(+),${PYTHON_USEDEP}]"
43 + >=dev-python/qscintilla-python-2.9.4[qt5(+),${PYTHON_USEDEP}]
44 +"
45 DEPEND="${RDEPEND}"
46
47 distutils_enable_sphinx doc/source