summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/matplotlib-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 13:42:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 16:10:23 +0200
commitd63c0ffcfe6e9e054b1b8cc4820823a8c423f614 (patch)
tree227f8674dd39804a2b6a22c13b57c7f5aa249d40 /dev-python/matplotlib/matplotlib-9999.ebuild
parent4825d7cef9cdcb79345ed8c97ab2b599dbe2ff16 (diff)
downloadgentoo-d63c0ffcfe6e9e054b1b8cc4820823a8c423f614.tar.gz
gentoo-d63c0ffcfe6e9e054b1b8cc4820823a8c423f614.tar.bz2
gentoo-d63c0ffcfe6e9e054b1b8cc4820823a8c423f614.zip
dev-python/matplotlib: Drop USE=pyside
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-python/matplotlib/matplotlib-9999.ebuild')
-rw-r--r--dev-python/matplotlib/matplotlib-9999.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild
index 47834984e715..98ec197ce5f7 100644
--- a/dev-python/matplotlib/matplotlib-9999.ebuild
+++ b/dev-python/matplotlib/matplotlib-9999.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
# Fonts: BitstreamVera, OFL-1.1
LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
KEYWORDS=""
-IUSE="cairo doc excel examples fltk gtk2 gtk3 latex pyside qt4 qt5 test tk wxwidgets"
+IUSE="cairo doc excel examples fltk gtk2 gtk3 latex qt5 test tk wxwidgets"
PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"
REQUIRED_USE="
@@ -31,7 +31,7 @@ REQUIRED_USE="
gtk2? ( ${PY2_FLAGS} )
wxwidgets? ( ${PY2_FLAGS} )
test? (
- cairo fltk latex pyside qt5 qt4 tk wxwidgets
+ cairo fltk latex qt5 tk wxwidgets
|| ( gtk2 gtk3 )
)"
@@ -102,10 +102,7 @@ RDEPEND="${COMMON_DEPEND}
dev-texlive/texlive-latexextra
dev-texlive/texlive-xetex
)
- pyside? ( dev-python/pyside[X,${PYTHON_USEDEP}] )
- qt4? ( dev-python/PyQt4[X,${PYTHON_USEDEP}] )
- qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] )
- "
+ qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] )"
# A few C++ source files are written to srcdir.
# Other than that, the ebuild shall be fit for out-of-source build.
@@ -182,9 +179,11 @@ python_configure() {
dateutil = False
[gui_support]
agg = True
+ pyside = False
+ pysideagg = False
+ qt4 = False
+ qt4agg = False
$(use_setup cairo)
- $(use_setup pyside)
- $(use_setup qt4)
$(use_setup qt5)
$(use_setup tk)
EOF