summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:24:14 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:24:14 +0000
commite72bb819d3732edbfde1fc98fe473bf5397288e6 (patch)
treedf7514a574ae2a1a735230bceecc96e30257825a /sci-libs/vtk/vtk-5.10.0.ebuild
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-e72bb819d3732edbfde1fc98fe473bf5397288e6.tar.gz
gentoo-2-e72bb819d3732edbfde1fc98fe473bf5397288e6.tar.bz2
gentoo-2-e72bb819d3732edbfde1fc98fe473bf5397288e6.zip
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'sci-libs/vtk/vtk-5.10.0.ebuild')
-rw-r--r--sci-libs/vtk/vtk-5.10.0.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/sci-libs/vtk/vtk-5.10.0.ebuild b/sci-libs/vtk/vtk-5.10.0.ebuild
index b4a40cb4bc55..ae3772ce55e0 100644
--- a/sci-libs/vtk/vtk-5.10.0.ebuild
+++ b/sci-libs/vtk/vtk-5.10.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild,v 1.2 2012/12/06 19:36:02 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild,v 1.3 2013/03/02 23:24:14 hwoarang Exp $
EAPI=3
@@ -40,8 +40,8 @@ RDEPEND="
x11-libs/libXt
cg? ( media-gfx/nvidia-cg-toolkit )
examples? (
- x11-libs/qt-core:4[qt3support]
- x11-libs/qt-gui:4[qt3support] )
+ dev-qt/qtcore:4[qt3support]
+ dev-qt/qtgui:4[qt3support] )
ffmpeg? ( virtual/ffmpeg )
java? ( >=virtual/jre-1.5 )
mpi? ( virtual/mpi[cxx,romio] )
@@ -50,11 +50,11 @@ RDEPEND="
postgres? ( dev-db/postgresql-base )
python? ( dev-python/sip )
qt4? (
- x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-opengl:4
- x11-libs/qt-sql:4
- x11-libs/qt-webkit:4
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtopengl:4
+ dev-qt/qtsql:4
+ dev-qt/qtwebkit:4
python? ( dev-python/PyQt4 )
)
tk? ( dev-lang/tk )