diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 01:19:33 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 01:19:33 +0000 |
commit | e8caaf014b95a726f4dae139ab94bd2cfeecbecc (patch) | |
tree | 72ff776762155f72756aa3c8a75d8408a21d8f08 /sci-libs | |
parent | Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. (diff) | |
download | gentoo-2-e8caaf014b95a726f4dae139ab94bd2cfeecbecc.tar.gz gentoo-2-e8caaf014b95a726f4dae139ab94bd2cfeecbecc.tar.bz2 gentoo-2-e8caaf014b95a726f4dae139ab94bd2cfeecbecc.zip |
Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
(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 43cbfb30a1b9..297946f2ba6e 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.46 2008/07/08 16:16:23 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.47 2008/07/27 01:19:33 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> vtk-5.0.4.ebuild: + Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. 08 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> vtk-5.0.4.ebuild: Add a qt-gui dependency, it really is needed. diff --git a/sci-libs/vtk/vtk-5.0.4.ebuild b/sci-libs/vtk/vtk-5.0.4.ebuild index 3c674563641e..516d1f7de0c1 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.5 2008/07/08 16:16:23 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.4.ebuild,v 1.6 2008/07/27 01:19:33 carlo 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-gui:4 ) >=x11-libs/qt-4.1:4 ) ) + || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) =x11-libs/qt-4.3*:4 ) ) dev-libs/expat media-libs/freetype media-libs/jpeg |