diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-03-15 03:25:58 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-03-15 03:25:58 +0000 |
commit | d17a6a40c2b3e834e6cbe7f0df0cfe57dd66b002 (patch) | |
tree | 415c01facdc97c600de3d65a45b7f25d79098ac0 /sci-visualization/mayavi | |
parent | Fixed building with new setuptools, bug #308213 (diff) | |
download | gentoo-2-d17a6a40c2b3e834e6cbe7f0df0cfe57dd66b002.tar.gz gentoo-2-d17a6a40c2b3e834e6cbe7f0df0cfe57dd66b002.tar.bz2 gentoo-2-d17a6a40c2b3e834e6cbe7f0df0cfe57dd66b002.zip |
built_with_use -> has_version
(Portage version: 2.2_rc66/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/mayavi')
-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 |