diff options
author | Markus Dittrich <markusle@gentoo.org> | 2009-09-01 01:56:50 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2009-09-01 01:56:50 +0000 |
commit | 0c878c17295b126c37cc4925250b4febf69d8362 (patch) | |
tree | 172d079a4e55a82947da6794850161d5fb7f4fbb | |
parent | Version bump. (diff) | |
download | gentoo-2-0c878c17295b126c37cc4925250b4febf69d8362.tar.gz gentoo-2-0c878c17295b126c37cc4925250b4febf69d8362.tar.bz2 gentoo-2-0c878c17295b126c37cc4925250b4febf69d8362.zip |
Added missing dependency on qt-opengl (fixes bug #283181).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r-- | sci-libs/vtk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.4.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index ce454b7c4ac4..aaae0f547fa1 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.53 2009/07/18 03:33:23 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.54 2009/09/01 01:56:50 markusle Exp $ + + 01 Sep 2009; Markus Dittrich <markusle@gentoo.org> vtk-5.4.2.ebuild: + Added missing dependency on qt-opengl (fixes bug #283181). *vtk-5.4.2 (17 Jul 2009) diff --git a/sci-libs/vtk/vtk-5.4.2.ebuild b/sci-libs/vtk/vtk-5.4.2.ebuild index 730164c45114..59e883e71d45 100644 --- a/sci-libs/vtk/vtk-5.4.2.ebuild +++ b/sci-libs/vtk/vtk-5.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.4.2.ebuild,v 1.1 2009/07/18 03:33:23 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.4.2.ebuild,v 1.2 2009/09/01 01:56:50 markusle Exp $ EAPI="2" inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3 qt4 @@ -30,6 +30,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-opengl:4 x11-libs/qt-gui:4 ) examples? ( x11-libs/qt-core:4[qt3support] x11-libs/qt-gui:4[qt3support] ) |