paraview: require qt4

Qt5 has bugs which need at least 5.6.0 for a fix.
This commit is contained in:
Ben Boeckel 2015-11-16 17:04:35 -05:00
parent 8feaefadcf
commit d3ead7061e

View file

@ -22,7 +22,7 @@ class Paraview(Package):
depends_on('py-matplotlib', when='+python+matplotlib')
depends_on('tcl', when='+tcl')
depends_on('mpi', when='+mpi')
depends_on('qt', when='+qt')
depends_on('qt@:4', when='+qt')
depends_on('bzip2')
depends_on('freetype')