diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 13:19:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 13:19:30 +0000 |
commit | f3766152ecd7157f8aabbf613d3a16b6590e5771 (patch) | |
tree | e2141b85150064878e8a24b1881fff71b465d273 /sci-libs | |
parent | fix DEPEND: external-gd -> gd-external (diff) | |
download | gentoo-2-f3766152ecd7157f8aabbf613d3a16b6590e5771.tar.gz gentoo-2-f3766152ecd7157f8aabbf613d3a16b6590e5771.tar.bz2 gentoo-2-f3766152ecd7157f8aabbf613d3a16b6590e5771.zip |
sync IUSE (+data)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/vtk-4.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/vtk/vtk-4.2.6.ebuild b/sci-libs/vtk/vtk-4.2.6.ebuild index db6f14e70850..0bad47d3ec3a 100644 --- a/sci-libs/vtk/vtk-4.2.6.ebuild +++ b/sci-libs/vtk/vtk-4.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-4.2.6.ebuild,v 1.2 2005/06/03 06:42:36 pkdawson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-4.2.6.ebuild,v 1.3 2005/07/14 13:19:30 agriffis Exp $ # TODO: need to fix Examples/CMakeLists.txt to build other examples @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/VTK-${MY_PV}-LatestRelease.tar.gz LICENSE="BSD" KEYWORDS="~x86" SLOT="0" -IUSE="doc examples java mpi patented python tcltk threads" +IUSE="data doc examples java mpi patented python tcltk threads" RDEPEND="java? ( virtual/jdk ) mpi? ( sys-cluster/mpich ) python? ( >=dev-lang/python-2.0 ) |