Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697618 - app-office/kmymoney-5.0.6 missing alternative dependency to kde-frameworks/kcontacts
Summary: app-office/kmymoney-5.0.6 missing alternative dependency to kde-frameworks/kc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-13 11:13 UTC by Frank Krömmelbein
Modified: 2019-10-13 11:33 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 Frank Krömmelbein 2019-10-13 11:13:30 UTC
This leads currently to a major block between kde-frameworks/kcontacts and kde-apps/kcontacts even with latest unstable version kmymoney.
cat kmymoney-5.0.6.ebuild | grep kcontacts
                $(add_kdeapps_dep kcontacts)

kraft for e.g. was already fixed:
cat kraft-0.82-r1.ebuild | grep kcontacts
                $(add_frameworks_dep kcontacts)
                $(add_kdeapps_dep kcontacts)


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-10-13 11:19:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e508b4012efc7e68de44f354009936eb7fb3e8

commit 66e508b4012efc7e68de44f354009936eb7fb3e8
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-10-13 11:17:26 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-10-13 11:18:48 +0000

    app-office/kmymoney: Accept kde-frameworks/kcontacts
    
    Closes: https://bugs.gentoo.org/697618
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../kmymoney/{kmymoney-5.0.6.ebuild => kmymoney-5.0.6-r1.ebuild}    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
Comment 2 Frank Krömmelbein 2019-10-13 11:33:50 UTC
Thank you for the quick fix of the problem.