diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2020-10-07 07:30:27 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-12 15:39:48 +0300 |
commit | b4676347453462f38a39d7334cd7ddfb736098bc (patch) | |
tree | e79e8012f5f6356cce7c5646b45a59046ec97603 /dev-vcs | |
parent | dev-vcs/tortoisehg: 5.5.2 version bump (diff) | |
download | gentoo-b4676347453462f38a39d7334cd7ddfb736098bc.tar.gz gentoo-b4676347453462f38a39d7334cd7ddfb736098bc.tar.bz2 gentoo-b4676347453462f38a39d7334cd7ddfb736098bc.zip |
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 <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/17831
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 |