diff options
author | Davide Pesavento <pesa@gentoo.org> | 2017-01-21 23:07:04 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2017-01-21 23:07:36 +0100 |
commit | 94c379bcbe5c40707197f209da31547e4e3702eb (patch) | |
tree | 5ccfae52fad6b6e10529bc7d56e43401868fd825 /dev-vcs/tortoisehg/tortoisehg-9999.ebuild | |
parent | dev-tex/tex4ht: x86 stable wrt bug #432144 (diff) | |
download | gentoo-94c379bcbe5c40707197f209da31547e4e3702eb.tar.gz gentoo-94c379bcbe5c40707197f209da31547e4e3702eb.tar.bz2 gentoo-94c379bcbe5c40707197f209da31547e4e3702eb.zip |
dev-python/qscintilla-python: support building against Qt5/PyQt5
Gentoo-Bug: 541604
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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 3b0a0c0fca0c..9225a6dbffa4 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,7 +31,7 @@ RDEPEND="${HG_DEPEND} dev-python/iniparse[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/PyQt4[svg,${PYTHON_USEDEP}] - dev-python/qscintilla-python[${PYTHON_USEDEP}]" + dev-python/qscintilla-python[qt4(+),${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-1.0.3 )" |