Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275210 - Paludis pulling in kde-env for kdelibs-4.2.4-r3
Summary: Paludis pulling in kde-env for kdelibs-4.2.4-r3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-23 17:44 UTC by Brad Allen
Modified: 2009-06-23 18:04 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 Brad Allen 2009-06-23 17:44:33 UTC
When using Paludis 0.36.1 to install kdelibs 4.2.4-r3, it keeps pulling in kde-env.  It took a long time to figure out why.  Apparently, it's in the ebuild for kdelibs-4.2.4-r3:

PDEPEND="
        >=kde-base/kde-env-${PV}:${SLOT}[kdeprefix=]
        >=kde-base/kdebase-data-${PV}:${SLOT}[kdeprefix=]
"

I commented out kde-env, and at least it will not require kde-env any more.

So, why is Paludis pulling in kde-env, and why is it failing?

Versions:

sys-apps/paludis-0.36.1
kde-base/kde-env-4.2.4
kde-base/kdelibs-4.2.4-r3

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2009-06-23 18:04:26 UTC
That's a needed dep. Don't try to break things!