diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-07 16:46:10 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-07 16:46:10 +0000 |
commit | 02e10fca5ce36cc73d7fa2abcb8a683f78632141 (patch) | |
tree | 010b7c3c85db6177f51ff354054c9b8672438014 /www-apps/swish-e/swish-e-2.4.3-r1.ebuild | |
parent | Mark 1.0.14 stable on alpha (diff) | |
download | historical-02e10fca5ce36cc73d7fa2abcb8a683f78632141.tar.gz historical-02e10fca5ce36cc73d7fa2abcb8a683f78632141.tar.bz2 historical-02e10fca5ce36cc73d7fa2abcb8a683f78632141.zip |
bug 121708, changed pdf dep
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'www-apps/swish-e/swish-e-2.4.3-r1.ebuild')
-rw-r--r-- | www-apps/swish-e/swish-e-2.4.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/swish-e/swish-e-2.4.3-r1.ebuild b/www-apps/swish-e/swish-e-2.4.3-r1.ebuild index c97b72b07a34..be6ede07230c 100644 --- a/www-apps/swish-e/swish-e-2.4.3-r1.ebuild +++ b/www-apps/swish-e/swish-e-2.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild,v 1.2 2006/01/16 14:43:52 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild,v 1.3 2006/02/07 16:46:10 mcummings Exp $ inherit perl-module eutils @@ -15,7 +15,7 @@ IUSE="doc perl pdf mp3" DEPEND=">=sys-libs/zlib-1.1.3 dev-libs/libxml2 - pdf? ( app-text/xpdf ) + pdf? ( app-text/poppler ) perl? ( dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/HTML-Tagset |