Skip to content

Commit

Permalink
dev-vcs/tortoisehg: remove subslot binders on non-subslotted deps
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Sep 16, 2020
1 parent 30c6077 commit 39e2c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-vcs/tortoisehg/tortoisehg-5.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ RDEPEND="
${HG_DEPEND}
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/PyQt5[network,svg,${PYTHON_USEDEP}]
>=dev-python/qscintilla-python-2.9.4[qt5(+),${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

distutils_enable_sphinx doc/source
Expand Down
4 changes: 2 additions & 2 deletions dev-vcs/tortoisehg/tortoisehg-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ RDEPEND="
${HG_DEPEND}
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/PyQt5[network,svg,${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 39e2c3f

Please sign in to comment.