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/vtk-6.0.0.ebuild | |
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/vtk-6.0.0.ebuild')
-rw-r--r-- | sci-libs/vtk/vtk-6.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |