summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2009-12-17 23:43:31 +0000
committerMarkus Dittrich <markusle@gentoo.org>2009-12-17 23:43:31 +0000
commit7e858b47fedf84dbb809bf9a64619290c0bdfe8d (patch)
tree72588ee85ab77dadff441a31fe0372eada139ed4 /sci-libs
parentVersion bump. Bug fixes and translation updates. (diff)
downloadgentoo-2-7e858b47fedf84dbb809bf9a64619290c0bdfe8d.tar.gz
gentoo-2-7e858b47fedf84dbb809bf9a64619290c0bdfe8d.tar.bz2
gentoo-2-7e858b47fedf84dbb809bf9a64619290c0bdfe8d.zip
Updated dependency on cmake to >=2.6 (fixes bug #295531).
(Portage version: 2.1.7.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/vtk/ChangeLog5
-rw-r--r--sci-libs/vtk/vtk-5.4.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog
index 86a441946da0..fa05005f282f 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.57 2009/12/04 04:23:51 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.58 2009/12/17 23:43:31 markusle Exp $
+
+ 17 Dec 2009; Markus Dittrich <markusle@gentoo.org> vtk-5.4.2.ebuild:
+ Updated dependency on cmake to >=2.6 (fixes bug #295531).
04 Dec 2009; Markus Dittrich <markusle@gentoo.org> vtk-5.4.2.ebuild:
Added short notice regarding possible parallel make issues per bug
diff --git a/sci-libs/vtk/vtk-5.4.2.ebuild b/sci-libs/vtk/vtk-5.4.2.ebuild
index 43512fca7197..93e1fcf8fcdf 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.4 2009/12/04 04:23:51 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.4.2.ebuild,v 1.5 2009/12/17 23:43:31 markusle Exp $
EAPI="2"
inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3 qt4
@@ -45,7 +45,7 @@ RDEPEND="mpi? ( || (
DEPEND="${RDEPEND}
java? ( >=virtual/jdk-1.5 )
boost? ( dev-libs/boost )
- >=dev-util/cmake-2.4"
+ >=dev-util/cmake-2.6"
S="${WORKDIR}"/VTK