diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-14 10:10:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-14 10:10:15 +0000 |
commit | 872065f2cf8be6d822e1415194d9a522c913eb23 (patch) | |
tree | 0027405736114435ef0f76abe33ad76630ab2778 /sci-libs | |
parent | net-misc/clusterssh: Drop old, fix #426810 (diff) | |
download | gentoo-2-872065f2cf8be6d822e1415194d9a522c913eb23.tar.gz gentoo-2-872065f2cf8be6d822e1415194d9a522c913eb23.tar.bz2 gentoo-2-872065f2cf8be6d822e1415194d9a522c913eb23.zip |
sci-libs/vtk: Solve problems with USE=examples, #447146
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.10.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index 8cdd2381ac16..7cba1ea58009 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.102 2013/01/10 16:18:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.103 2013/01/14 10:10:15 jlec Exp $ + + 14 Jan 2013; Justin Lecher <jlec@gentoo.org> vtk-5.10.1.ebuild: + Solve problems with USE=examples, #447146 10 Jan 2013; Justin Lecher <jlec@gentoo.org> vtk-5.10.1.ebuild: Add compatibility fix for tcl8.6 diff --git a/sci-libs/vtk/vtk-5.10.1.ebuild b/sci-libs/vtk/vtk-5.10.1.ebuild index 48303f8ebde7..d267c293748f 100644 --- a/sci-libs/vtk/vtk-5.10.1.ebuild +++ b/sci-libs/vtk/vtk-5.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.2 2013/01/10 16:18:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.3 2013/01/14 10:10:15 jlec Exp $ EAPI=3 @@ -225,7 +225,7 @@ src_install() { insinto /usr/share/${PN} mv -v Examples examples doins -r examples || die - mv -v "${WORKDIR}"/{VTKData,data} || die + mv -v "${WORKDIR}"/{VTKData${PV},data} || die doins -r "${WORKDIR}"/data || die fi |