Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234931 - Bad dependency in net-im/kopete-otr
Summary: Bad dependency in net-im/kopete-otr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-16 15:26 UTC by Jon Severinsson
Modified: 2008-09-14 21:59 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 Jon Severinsson 2008-08-16 15:26:21 UTC
net-im/kopete-otr is a plugin to the KDE3 version of Kopete (the functionality it offers is included in the KDE4 version of Kopete by default), but it's DEPEND will pull the KDE4 version of Kopete by default anyway (if it's unmasked, ofcourse).

DEPEND should be changed so it's only satisfied by the KDE3 version of Kopete. As there is no Kopete older than 3.5.5 (the minimum requirement for kopete-otr) in the repository, that is most simply done with the following one-line patch:

-       || ( >=kde-base/kopete-3.5.5-r2 >=kde-base/kdenetwork-3.5.5-r2 )"
+       || ( =kde-base/kopete-3.5* =kde-base/kdenetwork-3.5* )"
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-09-14 21:59:01 UTC
Thanks Jon, fixed.