summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-07-02 22:22:03 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-07-02 22:22:03 +0000
commita64417d435a2dbfdd74e7f87b3a953c72543223b (patch)
treeb3762ee50aee8138a433eb6149fc95242d42e0ee /kde-base
parentremoved old and dep-broken version (diff)
downloadgentoo-2-a64417d435a2dbfdd74e7f87b3a953c72543223b.tar.gz
gentoo-2-a64417d435a2dbfdd74e7f87b3a953c72543223b.tar.bz2
gentoo-2-a64417d435a2dbfdd74e7f87b3a953c72543223b.zip
Correct dependency on kdebase-kioslaves (#97242).
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kmail/kmail-3.4.1-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kmail/kmail-3.4.1-r1.ebuild b/kde-base/kmail/kmail-3.4.1-r1.ebuild
index a08f1d4f2d69..9f17cc78de12 100644
--- a/kde-base/kmail/kmail-3.4.1-r1.ebuild
+++ b/kde-base/kmail/kmail-3.4.1-r1.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/kmail/kmail-3.4.1-r1.ebuild,v 1.2 2005/07/01 11:05:33 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-3.4.1-r1.ebuild,v 1.3 2005/07/02 22:22:03 greg_g Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -20,8 +20,8 @@ $(deprange $PV $MAXKDEVER kde-base/libkcal)
$(deprange $PV $MAXKDEVER kde-base/kontact)"
RDEPEND="${DEPEND}
$(deprange $PV $MAXKDEVER kde-base/kdepim-kioslaves)
-$(deprange $PV $MAXKDEVER kde-base/kdebase-kioslaves)
-$(deprange $PV $MAXKDEVER kde-base/kmailcvt)"
+$(deprange $PV $MAXKDEVER kde-base/kmailcvt)
+$(deprange-dual $PV $MAXKDEVER kde-base/kdebase-kioslaves)"
KMCOPYLIB="
libkdepim libkdepim/
@@ -52,4 +52,4 @@ KMEXTRA="
plugins/kmail/
kontact/plugins/kmail/" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of this programs deps.
-PATCHES="${FILESDIR}/kmail-3.4.1-shift+click-crash.diff" \ No newline at end of file
+PATCHES="${FILESDIR}/kmail-3.4.1-shift+click-crash.diff"