diff options
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/mayavi/mayavi-1.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/mayavi/mayavi-1.5-r1.ebuild b/sci-visualization/mayavi/mayavi-1.5-r1.ebuild index efffbb53385b..04ca33c5342f 100644 --- a/sci-visualization/mayavi/mayavi-1.5-r1.ebuild +++ b/sci-visualization/mayavi/mayavi-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/mayavi-1.5-r1.ebuild,v 1.2 2009/02/25 12:00:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/mayavi/mayavi-1.5-r1.ebuild,v 1.3 2010/03/15 03:25:58 bicatali Exp $ NEED_PYTHON=2.3 EAPI=2 @@ -40,7 +40,7 @@ src_install() { } pkg_postinst() { - if ! built_with_use sci-libs/vtk patented ; then + if ! has_version sci-libs/vtk[patented]; then elog "Mayavi may require vtk to be built with the 'patent' USE flag" elog "to be fully functional" fi |