diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2008-07-08 16:16:23 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2008-07-08 16:16:23 +0000 |
commit | 811026b37b75ef2b86e0abb7a7cd42fc8f8fddf5 (patch) | |
tree | 58d94d8f1cd98a8310ca935522a64cf084574fa8 /sci-libs | |
parent | Version bump (diff) | |
download | gentoo-2-811026b37b75ef2b86e0abb7a7cd42fc8f8fddf5.tar.gz gentoo-2-811026b37b75ef2b86e0abb7a7cd42fc8f8fddf5.tar.bz2 gentoo-2-811026b37b75ef2b86e0abb7a7cd42fc8f8fddf5.zip |
Add a qt-gui dependency, it really is needed.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index c90ef137dc59..43cbfb30a1b9 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.45 2008/07/03 19:56:31 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.46 2008/07/08 16:16:23 gentoofan23 Exp $ + + 08 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> vtk-5.0.4.ebuild: + Add a qt-gui dependency, it really is needed. 03 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> vtk-5.0.4.ebuild: Migrate Dependencies to permit Split QT 4.4 to satisfy dependencies, bug diff --git a/sci-libs/vtk/vtk-5.0.4.ebuild b/sci-libs/vtk/vtk-5.0.4.ebuild index 05891fea5399..3c674563641e 100644 --- a/sci-libs/vtk/vtk-5.0.4.ebuild +++ b/sci-libs/vtk/vtk-5.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v 1.4 2008/07/03 19:56:31 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v 1.5 2008/07/08 16:16:23 gentoofan23 Exp $ EAPI="1" inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3 qt4 @@ -28,7 +28,7 @@ RDEPEND="mpi? ( || ( java? ( >=virtual/jre-1.5 ) !qt4? ( qt3? ( >=x11-libs/qt-3.3.4:3 ) ) qt4? ( - || ( x11-libs/qt-core:4 >=x11-libs/qt-4.1:4 ) ) + || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) >=x11-libs/qt-4.1:4 ) ) dev-libs/expat media-libs/freetype media-libs/jpeg |