Skip to content

Commit

Permalink
dev-vcs/tortoisehg: live-ebuild update
Browse files Browse the repository at this point in the history
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 <[email protected]>
Closes: gentoo#17831
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
band-a-prend authored and juippis committed Oct 12, 2020
1 parent dba3cd7 commit b467634
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-vcs/tortoisehg/tortoisehg-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b467634

Please sign in to comment.