Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241392 - sci-astronomy/celestia unprecise dependency on kdelibs with USE="-gnome kde"
Summary: sci-astronomy/celestia unprecise dependency on kdelibs with USE="-gnome kde"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-11 16:29 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2008-10-12 11:26 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 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-10-11 16:29:51 UTC
current kdelibs dependency in any celestia ebuild looks like this:

kde?  ( !gnome? ( >=kde-base/kdelibs-3.0.5 ) )

which pulls in kdelibs-4 on ~arch. AFAIK all current celestia releases have no support for kde-4 but only kde-3.
The dependency should rather be:

kde?  ( !gnome? ( =kde-base/kdelibs-3* ) )

Cheers
Poly-C

Reproducible: Always

Steps to Reproduce:
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2008-10-12 11:26:01 UTC
Thank you very much for the note and I've added
a kde-3.5 slot dependency to make sure we don't
pull in kde-4.

Best,
Markus