diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-12-12 08:39:52 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-12-12 08:39:52 +0000 |
commit | a71f622273adfae1d9eb1f21aa0894d49a47cba3 (patch) | |
tree | b4deb2375a06e10b8c0e882de5e47557fec0844b /app-text/epstool/epstool-3.08.ebuild | |
parent | Version bump. (diff) | |
download | historical-a71f622273adfae1d9eb1f21aa0894d49a47cba3.tar.gz historical-a71f622273adfae1d9eb1f21aa0894d49a47cba3.tar.bz2 historical-a71f622273adfae1d9eb1f21aa0894d49a47cba3.zip |
Blocking GSView versions which have their own epstool (bug #115129)
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-text/epstool/epstool-3.08.ebuild')
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/epstool/epstool-3.08.ebuild b/app-text/epstool/epstool-3.08.ebuild index 117c513a890e..d4bafba86b60 100644 --- a/app-text/epstool/epstool-3.08.ebuild +++ b/app-text/epstool/epstool-3.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.5 2005/09/18 14:28:32 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.6 2005/12/12 08:39:52 phosphan Exp $ DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes,converts to bitmaps." HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm" @@ -9,7 +9,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~ppc-macos x86" IUSE="" -DEPEND="virtual/ghostscript" +DEPEND="virtual/ghostscript + !=app-text/gsview-4.6" src_compile() { make epstool || die |