summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-05-29 10:13:09 +0000
committerJustin Lecher <jlec@gentoo.org>2010-05-29 10:13:09 +0000
commit11b10cd134df77c12ed9c54a91e2c56daffa6e33 (patch)
tree1363023259b4ed7351f43e80ca14a7757914670d /sci-libs/vtk
parentFixing bug #321627 (diff)
downloadgentoo-2-11b10cd134df77c12ed9c54a91e2c56daffa6e33.tar.gz
gentoo-2-11b10cd134df77c12ed9c54a91e2c56daffa6e33.tar.bz2
gentoo-2-11b10cd134df77c12ed9c54a91e2c56daffa6e33.zip
Added missing DEPS
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r--sci-libs/vtk/ChangeLog5
-rw-r--r--sci-libs/vtk/vtk-5.6.0-r1.ebuild13
2 files changed, 13 insertions, 5 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog
index 61033a4e9c22..320f5b93d8a5 100644
--- a/sci-libs/vtk/ChangeLog
+++ b/sci-libs/vtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.70 2010/05/29 09:31:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.71 2010/05/29 10:13:09 jlec Exp $
+
+ 29 May 2010; Justin Lecher <jlec@gentoo.org> vtk-5.6.0-r1.ebuild:
+ Added missing DEPS
29 May 2010; Justin Lecher <jlec@gentoo.org> vtk-5.6.0-r1.ebuild:
Corrected version of cmake in DEPEND for mpi
diff --git a/sci-libs/vtk/vtk-5.6.0-r1.ebuild b/sci-libs/vtk/vtk-5.6.0-r1.ebuild
index efdd25fe6c87..3a389ca9cca8 100644
--- a/sci-libs/vtk/vtk-5.6.0-r1.ebuild
+++ b/sci-libs/vtk/vtk-5.6.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.0-r1.ebuild,v 1.2 2010/05/29 09:31:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.6.0-r1.ebuild,v 1.3 2010/05/29 10:13:09 jlec Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@@ -28,9 +28,10 @@ RDEPEND="
java? ( >=virtual/jre-1.5 )
qt4? (
x11-libs/qt-core:4
- x11-libs/qt-opengl:4
x11-libs/qt-gui:4
- x11-libs/qt-sql )
+ x11-libs/qt-opengl:4
+ x11-libs/qt-sql:4
+ x11-libs/qt-webkit:4 )
examples? (
x11-libs/qt-core:4[qt3support]
x11-libs/qt-gui:4[qt3support] )
@@ -40,9 +41,13 @@ RDEPEND="
media-libs/freetype
media-libs/jpeg
media-libs/libpng
+ media-libs/mesa
media-libs/tiff
+ sys-libs/zlib
virtual/opengl
- x11-libs/libXmu"
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXt"
DEPEND="${RDEPEND}
java? ( >=virtual/jdk-1.5 )