summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-03-07 14:00:45 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-03-07 14:00:45 +0000
commit40ccca6e81b2465baaf2a2b546de28c416af82df (patch)
treeb95b062f83f4f477368337a2b7fd22543b909671 /kde-base/kdegraphics-kfile-plugins
parentStable on ppc64 (diff)
downloadgentoo-2-40ccca6e81b2465baaf2a2b546de28c416af82df.tar.gz
gentoo-2-40ccca6e81b2465baaf2a2b546de28c416af82df.tar.bz2
gentoo-2-40ccca6e81b2465baaf2a2b546de28c416af82df.zip
Fix collision with kpdf (#78377).
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kdegraphics-kfile-plugins')
-rw-r--r--kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.4.0_rc1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.4.0_rc1.ebuild b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.4.0_rc1.ebuild
index ba53539293e3..d3b9fab6f213 100644
--- a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.4.0_rc1.ebuild
+++ b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.4.0_rc1.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/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.4.0_rc1.ebuild,v 1.1 2005/02/27 20:21:33 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.4.0_rc1.ebuild,v 1.2 2005/03/07 14:00:45 greg_g Exp $
KMNAME=kdegraphics
KMMODULE=kfile-plugins
@@ -15,4 +15,6 @@ DEPEND="tiff? ( media-libs/tiff )
openexr? ( media-libs/openexr )"
RDEPEND="${DEPEND}
app-text/xpdf" # needed for "pdfinfo"
-KMEXTRACTONLY="kfile-plugins/ps" # installed with kghostview \ No newline at end of file
+
+# ps installed with kghostview, pdf installed with kpdf
+KMEXTRACTONLY="kfile-plugins/ps kfile-plugins/pdf"