diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-05-28 14:26:47 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-05-28 14:26:47 +0000 |
commit | 60fd02186ff734050e774b151fbd20df8d6ab108 (patch) | |
tree | 4b294a35e3777d0a9f4d032e3e4219c87546c037 /sci-libs | |
parent | Fix Manifest. (diff) | |
download | gentoo-2-60fd02186ff734050e774b151fbd20df8d6ab108.tar.gz gentoo-2-60fd02186ff734050e774b151fbd20df8d6ab108.tar.bz2 gentoo-2-60fd02186ff734050e774b151fbd20df8d6ab108.zip |
Added VTKHOME as exported environmental variable.
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.0.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index 271aa2deece2..dc7e11461018 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.33 2007/05/09 09:56:23 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.34 2007/05/28 14:26:47 markusle Exp $ + + 28 May 2007; Markus Dittrich <markusle@gentoo.org> vtk-5.0.3.ebuild: + Added VTKHOME as exported environmental variable. 08 May 2007; Markus Dittrich <markusle@gentoo.org> vtk-5.0.3.ebuild: Re-added compile flag for javac needed on amd64 (see bug #177506). diff --git a/sci-libs/vtk/vtk-5.0.3.ebuild b/sci-libs/vtk/vtk-5.0.3.ebuild index 0d5ef665734d..64bf002ff7df 100644 --- a/sci-libs/vtk/vtk-5.0.3.ebuild +++ b/sci-libs/vtk/vtk-5.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.3.ebuild,v 1.5 2007/05/09 09:56:23 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.3.ebuild,v 1.6 2007/05/28 14:26:47 markusle Exp $ inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3 @@ -233,6 +233,7 @@ src_install() { # environment echo "VTK_DATA_ROOT=/usr/share/${PN}/data" >> ${T}/40${PN} echo "VTK_DIR=/usr/lib/${PN}-${SPV}" >> ${T}/40${PN} + echo "VTKHOME=/usr" >> ${T}/40${PN} doenvd ${T}/40${PN} } |