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* )"
Thanks Jon, fixed.