Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 235488

Summary: kontact-specialdates-3.5.2 pulls in kdepim-4
Product: Gentoo Linux Reporter: Jeremy Huddleston (RETIRED) <eradicator>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 136810    
Bug Blocks:    

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 ***