diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-09-16 20:42:57 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-09-16 20:43:42 +0300 |
commit | 39e2c3f272b2f6a97b4018ec687e0d385f644f2f (patch) | |
tree | 0b319768a40142c2714b9d59cf0fb3134faa1377 /dev-vcs/tortoisehg/tortoisehg-9999.ebuild | |
parent | dev-vcs/tortoisehg: remove old versions (diff) | |
download | gentoo-39e2c3f272b2f6a97b4018ec687e0d385f644f2f.tar.gz gentoo-39e2c3f272b2f6a97b4018ec687e0d385f644f2f.tar.bz2 gentoo-39e2c3f272b2f6a97b4018ec687e0d385f644f2f.zip |
dev-vcs/tortoisehg: remove subslot binders on non-subslotted deps
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-9999.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index fd6e1dce5cd4..1a78d11682d2 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -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 |