diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-14 00:00:58 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-14 00:00:58 +0000 |
commit | 90e29e2bb938c1ebf50a4050f578a074f835d430 (patch) | |
tree | bc1eb57d55bfccee496bf3e490f113a13c58843c /sci-libs | |
parent | Fix a PTRACE_* compilation error, thanks to Thomas Veith <th_veith@web.de> (diff) | |
download | gentoo-2-90e29e2bb938c1ebf50a4050f578a074f835d430.tar.gz gentoo-2-90e29e2bb938c1ebf50a4050f578a074f835d430.tar.bz2 gentoo-2-90e29e2bb938c1ebf50a4050f578a074f835d430.zip |
Added call to java-pkg_pkg_setup, for bug #142708
(Portage version: 2.1.2_pre2-r6)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.0.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index 86366272de73..a81f0c771f1a 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.24 2006/09/24 16:47:49 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.25 2006/10/14 00:00:58 nichoj Exp $ + + 14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> vtk-5.0.0.ebuild: + Added call to java-pkg_pkg_setup, for bug #142708 23 Sep 2006; Markus Dittrich <markusle@gentoo.org> +files/vtk-5.0.1-python2.5-gentoo.patch, vtk-5.0.1.ebuild: diff --git a/sci-libs/vtk/vtk-5.0.0.ebuild b/sci-libs/vtk/vtk-5.0.0.ebuild index 9b84c82fb4d0..1d1fb8a973cd 100644 --- a/sci-libs/vtk/vtk-5.0.0.ebuild +++ b/sci-libs/vtk/vtk-5.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.0.ebuild,v 1.9 2006/09/08 15:15:13 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.0.ebuild,v 1.10 2006/10/14 00:00:58 nichoj Exp $ # TODO: need to fix Examples/CMakeLists.txt to build other examples @@ -45,6 +45,7 @@ pkg_setup() { ewarn "qt4 support has therefore been enabled by default." echo fi + java-pkg_pkg_setup } src_unpack() { |