From 94c379bcbe5c40707197f209da31547e4e3702eb Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Sat, 21 Jan 2017 23:07:04 +0100 Subject: dev-python/qscintilla-python: support building against Qt5/PyQt5 Gentoo-Bug: 541604 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-vcs/hgview/hgview-1.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-vcs/hgview') diff --git a/dev-vcs/hgview/hgview-1.9.0.ebuild b/dev-vcs/hgview/hgview-1.9.0.ebuild index 7f380288c942..f1c9417d45ff 100644 --- a/dev-vcs/hgview/hgview-1.9.0.ebuild +++ b/dev-vcs/hgview/hgview-1.9.0.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$ @@ -26,7 +26,7 @@ RDEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}] qt4? ( dev-python/docutils[${PYTHON_USEDEP}] dev-python/PyQt4[X,${PYTHON_USEDEP}] - dev-python/qscintilla-python[${PYTHON_USEDEP}] + dev-python/qscintilla-python[qt4(+),${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} doc? ( -- cgit v1.2.3-65-gdbad