Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219223 - sci-calculators/qalculate-kde-0.9.6-r1: wrong DEPEND
Summary: sci-calculators/qalculate-kde-0.9.6-r1: wrong DEPEND
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-24 23:26 UTC by Fabio Erculiani
Modified: 2008-04-26 13:36 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 Fabio Erculiani 2008-04-24 23:26:49 UTC
DEPEND string of the ebuild in subject seems broken.

DEPEND=">=sci-libs/libqalculate-0.9.6-r1
	kde-base/kdelibs"

The most critical thing is "kde-base/kdelibs", once KDE 4.x is unmasked, this
turns into an issue.

Shouldn't they be forced to kde*:3.5 (as in KDE 3.x packages) ?

Reproducible: Always

Steps to Reproduce:
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2008-04-26 12:09:45 UTC
Thanks much for the note! I've completely removed the
direct dependency on kdelibs since the kde.eclass
should already do the right thing.

Best,
Markus
Comment 2 Fabio Erculiani 2008-04-26 13:36:45 UTC
You're welcome!