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
That's a needed dep. Don't try to break things!