diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-01-19 16:51:17 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-01-19 16:51:17 +0000 |
commit | ac2459a5b78bc6aed8d3b7c0b58ad02a1fe6f6f7 (patch) | |
tree | 3bde8222f98e8af91202d26a75e2564b7ea4cc9d /app-text/gocr | |
parent | Added ~ppc keyword (diff) | |
download | gentoo-2-ac2459a5b78bc6aed8d3b7c0b58ad02a1fe6f6f7.tar.gz gentoo-2-ac2459a5b78bc6aed8d3b7c0b58ad02a1fe6f6f7.tar.bz2 gentoo-2-ac2459a5b78bc6aed8d3b7c0b58ad02a1fe6f6f7.zip |
gocr breaks with netpbm 10.11.4 so depending on 9.12*
Diffstat (limited to 'app-text/gocr')
-rw-r--r-- | app-text/gocr/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/gocr/gocr-0.3.6-r2.ebuild | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/app-text/gocr/ChangeLog b/app-text/gocr/ChangeLog index 03c37b31c576..d05b1e4682ee 100644 --- a/app-text/gocr/ChangeLog +++ b/app-text/gocr/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for app-text/gocr # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.7 2002/12/13 10:56:19 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.8 2003/01/19 16:51:17 mholzer Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *gocr-0.3.6-r2 (06 Jul 2002) + + 19 Jan 2003; Martin Holzer <mholzer@gentoo.org> gocr-0.3.6-r2.ebuild + ChangeLog : + gocr breaks with netpbm 10.11.4 so depending on 9.12* + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 20 Oct 2002; Matthew Turk <satai@gentoo.org> gocr-0.3.6-r2.ebuild Really really real this time. Fixed dependencies (on transfig) and sandbox. diff --git a/app-text/gocr/gocr-0.3.6-r2.ebuild b/app-text/gocr/gocr-0.3.6-r2.ebuild index 0b5f125880a6..9b055dfd2034 100644 --- a/app-text/gocr/gocr-0.3.6-r2.ebuild +++ b/app-text/gocr/gocr-0.3.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.3.6-r2.ebuild,v 1.9 2002/12/18 15:38:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.3.6-r2.ebuild,v 1.10 2003/01/19 16:51:17 mholzer Exp $ DESCRIPTION="Converts PNM to ASCII" SRC_URI="mirror://sourceforge/jocr/${P}.tar.gz" @@ -11,12 +11,12 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc" IUSE="tetex" -RDEPEND=">=media-libs/netpbm-9.12-r1" +RDEPEND="=media-libs/netpbm-9.12*" DEPEND="${RDEPEND} app-text/tetex app-text/ghostscript tetex? ( >=tetex-1.0.7-r10 - >=transfig-3.2.3d-r1 )" + >=transfig-3.2.3d-r1 )" src_unpack() { unpack ${A} |