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 /net-analyzer/linkchecker | |
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 'net-analyzer/linkchecker')
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9.3-r2.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild index ecd8b4e399ab..5a4f929df0fb 100644 --- a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9.3-r1.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$ @@ -27,7 +27,7 @@ RDEPEND=" gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) X? ( dev-python/PyQt4[X,help,${PYTHON_USEDEP}] - dev-python/qscintilla-python[${PYTHON_USEDEP}] + dev-python/qscintilla-python[qt4(+),${PYTHON_USEDEP}] )" DEPEND=" X? ( diff --git a/net-analyzer/linkchecker/linkchecker-9.3-r2.ebuild b/net-analyzer/linkchecker/linkchecker-9.3-r2.ebuild index c6022519ee2d..16e55e2ff5f9 100644 --- a/net-analyzer/linkchecker/linkchecker-9.3-r2.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9.3-r2.ebuild @@ -27,7 +27,7 @@ RDEPEND=" gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) X? ( dev-python/PyQt4[X,help,${PYTHON_USEDEP}] - dev-python/qscintilla-python[${PYTHON_USEDEP}] + dev-python/qscintilla-python[qt4(+),${PYTHON_USEDEP}] )" DEPEND=" X? ( diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild index 01653b19b942..ad27a47b546a 100644 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,7 +26,7 @@ RDEPEND=" gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) X? ( dev-python/PyQt4[X,help,${PYTHON_USEDEP}] - dev-python/qscintilla-python[${PYTHON_USEDEP}] + dev-python/qscintilla-python[qt4(+),${PYTHON_USEDEP}] )" DEPEND=" X? ( |