Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219221 - sci-chemistry/chemtool-1.6.10: wrong RDEPEND
Summary: sci-chemistry/chemtool-1.6.10: wrong RDEPEND
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-24 23:23 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:23:46 UTC
Ebuild in subject is rather outdated and its RDEPEND string seems broken.

RDEPEND="media-gfx/transfig
		=x11-libs/gtk+-2*
		kde? ( kde-base/kdelibs )
		x86? ( media-libs/libemf )"

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 13:10:16 UTC
Thanks much for your note!
I've bumped chemtool to the latest revision and
changed the dependency on kdelibs to version 3.5*.

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