Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235488 - kontact-specialdates-3.5.2 pulls in kdepim-4
Summary: kontact-specialdates-3.5.2 pulls in kdepim-4
Status: RESOLVED DUPLICATE of bug 235475
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on: 136810
Blocks:
  Show dependency tree
 
Reported: 2008-08-22 22:15 UTC by Jeremy Huddleston (RETIRED)
Modified: 2008-08-23 12:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Huddleston (RETIRED) gentoo-dev 2008-08-22 22:15:24 UTC
+++ This bug was initially created as a clone of Bug #136810 +++

kontact-specialdates-3.5.2 rdepends on kmail, it should not.

The ebuild mentions:

RDEPEND="$DEPEND
$(deprange $PV $MAXKDEVER kde-base/kmail)" # only to enable send mail functionality

The comment is not clear on what type of mails to be sent, but 
* kde bugreports can be sent without kmail installed,
* for general emails kde's component chooser can be used to select another MUA.

The solution used to solve the original bug does:

RDEPEND="${DEPEND}
        >=kde-base/libkdepim-3.5.6-r1"

This should be:
RDEPEND="${DEPEND}
        >=kde-base/libkdepim-3.5.6-r1:${SLOT}"
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-08-23 12:08:31 UTC

*** This bug has been marked as a duplicate of bug 235475 ***