Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235475 - kde-base/kontact-specialdates-3.5.9 pulls kde-4 ebuilds because of temporary fix
Summary: kde-base/kontact-specialdates-3.5.9 pulls kde-4 ebuilds because of temporary fix
Status: RESOLVED FIXED
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:
: 235488 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-22 19:09 UTC by Matěj Laitl
Modified: 2008-08-23 12:08 UTC (History)
1 user (show)

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 Matěj Laitl 2008-08-22 19:09:01 UTC
kde-base/kontact-specialdates-3.5.9 pulls in kde-base/libkdepim-4.1.0 as a depency when kde-4.1 is unmasked, as shown here:

[nomerge      ] kde-base/kontact-specialdates-3.5.9  USE="kdeenablefinal xinerama -arts -debug"
[ebuild  NS   ]  kde-base/libkdepim-4.1.0 [3.5.9] USE="-debug" 12,817 kB [1]

Quick look at the ebuild showed a line that is to blame:

DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}
        >=kde-base/kontact-${PV}:${SLOT}
        >=kde-base/kaddressbook-${PV}:${SLOT}
        >=kde-base/korganizer-${PV}:${SLOT}
        >=kde-base/libkholidays-${PV}:${SLOT}"
RDEPEND="${DEPEND}
        >=kde-base/libkdepim-3.5.6-r1" # Force this version temporarily, #136810.
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Simply adding :${SLOT} to that temporary fix should solve that.

Regards, Matěj
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-08-23 12:05:00 UTC
Thanks Matěj, corrected the ebuild.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-08-23 12:08:31 UTC
*** Bug 235488 has been marked as a duplicate of this bug. ***