diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-09-20 20:00:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-09-20 20:00:28 +0000 |
commit | 3493f803551d9d96c7074de35f7511f6444ac42a (patch) | |
tree | ae5a505bdbd1c567244513da5593a19be491a687 /app-text/gocr | |
parent | Removing older ebuilds where newer ebuilds in the same class have the same KE... (diff) | |
download | gentoo-2-3493f803551d9d96c7074de35f7511f6444ac42a.tar.gz gentoo-2-3493f803551d9d96c7074de35f7511f6444ac42a.tar.bz2 gentoo-2-3493f803551d9d96c7074de35f7511f6444ac42a.zip |
add dep on ghostscript when building doc, bug #188569
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-text/gocr')
-rw-r--r-- | app-text/gocr/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/gocr/gocr-0.44.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/gocr/ChangeLog b/app-text/gocr/ChangeLog index 3a71cdeea5c8..a25bec244e0f 100644 --- a/app-text/gocr/ChangeLog +++ b/app-text/gocr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/gocr # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.46 2007/07/27 19:59:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.47 2007/09/20 20:00:28 aballier Exp $ + + 20 Sep 2007; Alexis Ballier <aballier@gentoo.org> gocr-0.44.ebuild: + add dep on ghostscript when building doc, bug #188569 *gocr-0.44 (27 Jul 2007) diff --git a/app-text/gocr/gocr-0.44.ebuild b/app-text/gocr/gocr-0.44.ebuild index e8b306d26f9c..b75222feb2e1 100644 --- a/app-text/gocr/gocr-0.44.ebuild +++ b/app-text/gocr/gocr-0.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.44.ebuild,v 1.1 2007/07/27 19:59:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.44.ebuild,v 1.2 2007/09/20 20:00:28 aballier Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" DEPEND=">=media-libs/netpbm-9.12 - doc? ( >=media-gfx/transfig-3.2 ) + doc? ( >=media-gfx/transfig-3.2 virtual/ghostscript ) gtk? ( =x11-libs/gtk+-1* media-gfx/imagemagick ) tk? ( dev-lang/tk )" |