diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-12 09:15:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-12 09:15:22 +0000 |
commit | 736b3eb58facdebd4417c7b3fc4bdc81f1a224bb (patch) | |
tree | 643adbbed864c481ee20fb1675c7ef4490c82c2e /sci-libs/vtk | |
parent | amd64 stable, bug #495740 (diff) | |
download | gentoo-2-736b3eb58facdebd4417c7b3fc4bdc81f1a224bb.tar.gz gentoo-2-736b3eb58facdebd4417c7b3fc4bdc81f1a224bb.tar.bz2 gentoo-2-736b3eb58facdebd4417c7b3fc4bdc81f1a224bb.zip |
sci-libs/vtk: Fix gl2ps version in deps,#497224
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-6.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index 72fea9695e3b..060d6ef346f3 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.112 2014/01/11 17:31:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.113 2014/01/12 09:15:22 jlec Exp $ + + 12 Jan 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild: + Fix gl2ps version in deps,#497224 11 Jan 2014; Justin Lecher <jlec@gentoo.org> +files/vtk-6.0.0-cg-path.patch: Add missing patch diff --git a/sci-libs/vtk/vtk-6.0.0.ebuild b/sci-libs/vtk/vtk-6.0.0.ebuild index 1c057081cfba..555020dd59c6 100644 --- a/sci-libs/vtk/vtk-6.0.0.ebuild +++ b/sci-libs/vtk/vtk-6.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.1 2014/01/11 16:55:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.2 2014/01/12 09:15:22 jlec Exp $ EAPI=5 @@ -47,7 +47,7 @@ RDEPEND=" sys-libs/zlib virtual/jpeg virtual/opengl - x11-libs/gl2ps + >=x11-libs/gl2ps-1.3.8 x11-libs/libX11 x11-libs/libXmu x11-libs/libXt |