summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-10 22:45:55 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-10 22:45:55 +0000
commit5fbeb2031a4bcb7c2a66d0aaba4661c2cb811ada (patch)
treeb89cf71d741a00d9a17109a02a713d35c633b820 /net-zope
parentAdd nv_faxdetect as scavenged by Cory Coager in bug #298328. Trim unnecessary... (diff)
downloadgentoo-2-5fbeb2031a4bcb7c2a66d0aaba4661c2cb811ada.tar.gz
gentoo-2-5fbeb2031a4bcb7c2a66d0aaba4661c2cb811ada.tar.bz2
gentoo-2-5fbeb2031a4bcb7c2a66d0aaba4661c2cb811ada.zip
Fix poppler depend.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zaaplugins/ChangeLog8
-rw-r--r--net-zope/zaaplugins/zaaplugins-2.12.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/net-zope/zaaplugins/ChangeLog b/net-zope/zaaplugins/ChangeLog
index c32b33af96ae..ba8924f61a3c 100644
--- a/net-zope/zaaplugins/ChangeLog
+++ b/net-zope/zaaplugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-zope/zaaplugins
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/ChangeLog,v 1.6 2009/03/30 14:02:02 loki_val Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/ChangeLog,v 1.7 2010/02/10 22:45:55 ssuominen Exp $
+
+ 10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ zaaplugins-2.12.ebuild:
+ Fix poppler depend.
30 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> zaaplugins-2.12.ebuild:
Update dependencies w.r.t. bug 264230, fully-split-out poppler transition.
diff --git a/net-zope/zaaplugins/zaaplugins-2.12.ebuild b/net-zope/zaaplugins/zaaplugins-2.12.ebuild
index f4f4d9d9f8b8..05eb9539e68f 100644
--- a/net-zope/zaaplugins/zaaplugins-2.12.ebuild
+++ b/net-zope/zaaplugins/zaaplugins-2.12.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild,v 1.6 2009/03/30 14:02:02 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild,v 1.7 2010/02/10 22:45:55 ssuominen Exp $
+EAPI=2
inherit zproduct
DESCRIPTION="A collection of ZAttachmentAttribute Plugins"
@@ -14,7 +15,7 @@ KEYWORDS="~ppc ~x86"
DEPEND=">=net-zope/zattachmentattribute-2.12
>=app-text/wv-1.0.0
>=app-text/xlhtml-0.5
- >=virtual/poppler-utils-0.5"
+ >=app-text/poppler-0.12.3-r3[utils]"
ZPROD_LIST="ZAAPlugins"