summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-14 15:25:29 +0000
committerJustin Lecher <jlec@gentoo.org>2014-01-14 15:25:29 +0000
commit1e67ea8cfac6139ac5b2c67236617900f7ba8b19 (patch)
tree7036f9987eb3faa4ba7aafcfb7ca9053dae6293e /sci-libs/vtk
parentDisable readline explicitly since we use the system one #498008 by octoploid. (diff)
downloadgentoo-2-1e67ea8cfac6139ac5b2c67236617900f7ba8b19.tar.gz
gentoo-2-1e67ea8cfac6139ac5b2c67236617900f7ba8b19.tar.bz2
gentoo-2-1e67ea8cfac6139ac5b2c67236617900f7ba8b19.zip
sci-libs/vtk: Revert dep change
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r--sci-libs/vtk/ChangeLog5
-rw-r--r--sci-libs/vtk/vtk-6.0.0.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog
index 6b640820d5a7..675b9b1d6f86 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.114 2014/01/14 11:08:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.115 2014/01/14 15:25:29 jlec Exp $
+
+ 14 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
+ Revert dep change
14 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild:
nvidia-settings ist provided by both packages
diff --git a/sci-libs/vtk/vtk-6.0.0.ebuild b/sci-libs/vtk/vtk-6.0.0.ebuild
index 8556676c4a86..078e56ae7507 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.3 2014/01/14 11:08:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.4 2014/01/14 15:25:29 jlec Exp $
EAPI=5
@@ -79,12 +79,7 @@ RDEPEND="
)
tcl? ( dev-lang/tcl )
tk? ( dev-lang/tk )
- video_cards_nvidia? (
- || (
- media-video/nvidia-settings
- x11-drivers/nvidia-drivers[tools]
- )
- )
+ video_cards_nvidia? ( media-video/nvidia-settings )
R? ( dev-lang/R )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )