summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2009-11-24 04:02:08 +0000
committerMarkus Dittrich <markusle@gentoo.org>2009-11-24 04:02:08 +0000
commitf311d18df83c5ed9e15ae81c9355c0ca0d09a2d4 (patch)
tree4468681d4bab0e9c1734fc3d1fe2467e6a10c860 /sci-libs/vtk
parentMarked ~hppa (bug #291232). (diff)
downloadgentoo-2-f311d18df83c5ed9e15ae81c9355c0ca0d09a2d4.tar.gz
gentoo-2-f311d18df83c5ed9e15ae81c9355c0ca0d09a2d4.tar.bz2
gentoo-2-f311d18df83c5ed9e15ae81c9355c0ca0d09a2d4.zip
Removed boost from RDEPEND (fixes bug #293083).
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/vtk')
-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 b40ab2714736..9ab188e6134b 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.55 2009/09/18 18:03:25 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.56 2009/11/24 04:02:08 markusle Exp $
+
+ 24 Nov 2009; Markus Dittrich <markusle@gentoo.org> vtk-5.4.2.ebuild:
+ Removed boost from RDEPEND (fixes bug #293083).
18 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> -vtk-5.0.4.ebuild,
-vtk-5.2.0-r1.ebuild:
diff --git a/sci-libs/vtk/vtk-5.4.2.ebuild b/sci-libs/vtk/vtk-5.4.2.ebuild
index 59e883e71d45..d7de8728022b 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.2 2009/09/01 01:56:50 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.4.2.ebuild,v 1.3 2009/11/24 04:02:08 markusle Exp $
EAPI="2"
inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3 qt4
@@ -23,7 +23,6 @@ RDEPEND="mpi? ( || (
sys-cluster/lam-mpi
sys-cluster/mpich2[cxx] ) )
python? ( >=dev-lang/python-2.0 )
- boost? ( dev-libs/boost )
cg? ( media-gfx/nvidia-cg-toolkit )
tcl? ( >=dev-lang/tcl-8.2.3 )
tk? ( >=dev-lang/tk-8.2.3 )
@@ -45,6 +44,7 @@ RDEPEND="mpi? ( || (
DEPEND="${RDEPEND}
java? ( >=virtual/jdk-1.5 )
+ boost? ( dev-libs/boost )
>=dev-util/cmake-2.4"
S="${WORKDIR}"/VTK