mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
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:
@@ -15,10 +15,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets"
|
||||
IUSE="doc examples matplotlib mongodb notebook nbconvert qt5 +smp test wxwidgets"
|
||||
|
||||
REQUIRED_USE="
|
||||
test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets )
|
||||
test? ( doc matplotlib mongodb notebook nbconvert qt5 wxwidgets )
|
||||
doc? ( mongodb )"
|
||||
|
||||
CDEPEND="
|
||||
@@ -72,7 +72,7 @@ PDEPEND="
|
||||
dev-python/notebook[${PYTHON_USEDEP}]
|
||||
dev-python/ipywidgets[${PYTHON_USEDEP}]
|
||||
)
|
||||
qt4? ( dev-python/qtconsole )
|
||||
qt5? ( dev-python/qtconsole )
|
||||
smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/2.1.0-substitute-files.patch )
|
||||
|
||||
Reference in New Issue
Block a user