From b4676347453462f38a39d7334cd7ddfb736098bc Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Wed, 7 Oct 2020 07:30:27 +0300 Subject: dev-vcs/tortoisehg: live-ebuild update Update with fix of warning * DISTUTILS_USE_SETUPTOOLS value is probably incorrect * have: DISTUTILS_USE_SETUPTOOLS=bdepend (or unset) * expected: DISTUTILS_USE_SETUPTOOLS=no by setup 'DISTUTILS_USE_SETUPTOOLS=no' Signed-off-by: Sergey Torokhov Closes: https://github.com/gentoo/gentoo/pull/17831 Signed-off-by: Joonas Niilola --- dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 1a78d11682d2..479ec0fd1be5 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -4,6 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no + inherit desktop distutils-r1 xdg-utils if [[ ${PV} != *9999* ]]; then @@ -29,7 +31,8 @@ RDEPEND=" dev-python/iniparse[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/PyQt5[network,svg,${PYTHON_USEDEP}] - >=dev-python/qscintilla-python-2.9.4[qt5(+),${PYTHON_USEDEP}]" + >=dev-python/qscintilla-python-2.9.4[qt5(+),${PYTHON_USEDEP}] +" DEPEND="${RDEPEND}" distutils_enable_sphinx doc/source -- cgit v1.2.3-18-g5258