dev-python/ipython: Drop USE=qt4, keep qt5

Follow-up to:
Bug: https://bugs.gentoo.org/630786
Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
Andreas Sturmlechner
2017-11-24 00:06:57 +01:00
parent 0f221bd6a0
commit 9fbf21d751
3 changed files with 5 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 +smp test wxwidgets"
IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test wxwidgets"
CDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
@@ -57,7 +57,6 @@ PDEPEND="
dev-python/notebook[${PYTHON_USEDEP}]
dev-python/ipywidgets[${PYTHON_USEDEP}]
)
qt4? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )"