summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/vtk/ChangeLog5
-rw-r--r--sci-libs/vtk/vtk-6.0.0.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog
index 675b9b1d6f86..94e44086ded1 100644
--- a/sci-libs/vtk/ChangeLog
+++ b/sci-libs/vtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.115 2014/01/14 15:25:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.116 2014/01/25 13:23:40 jlec Exp $
+
+ 25 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
+ Add missing dep for qt (dev-qt/designer)
14 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
Revert dep change
diff --git a/sci-libs/vtk/vtk-6.0.0.ebuild b/sci-libs/vtk/vtk-6.0.0.ebuild
index 078e56ae7507..399bf843ab26 100644
--- a/sci-libs/vtk/vtk-6.0.0.ebuild
+++ b/sci-libs/vtk/vtk-6.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.4 2014/01/14 15:25:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.5 2014/01/25 13:23:40 jlec Exp $
EAPI=5
@@ -70,6 +70,7 @@ RDEPEND="
dev-python/sip[${PYTHON_USEDEP}]
)
qt4? (
+ dev-qt/designer:4
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4