Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206617 - net-irc/kvirc-3.2.6_pre20070714 should depend on =kde-base/kdelibs-3*
Summary: net-irc/kvirc-3.2.6_pre20070714 should depend on =kde-base/kdelibs-3*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-19 07:18 UTC by David Carlos Manuelda
Modified: 2008-01-19 14:00 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 David Carlos Manuelda 2008-01-19 07:18:02 UTC
From KVirc website (requirements):
  - KDE libs linked to the same version of Qt (optional)
This is handled improperly in the ebuild, because it has:
kde? ( >=kde-base/kdelibs-3 )
The problem is that I *only* have kde4-svn, and this program behaves very badly. As it says kdelibs linked to same version of qt, and kvirc uses Qt3, and kde4 uses Qt4 (kdelibs-4>kdelibs-3), I think, someone could change that line in ebuild and replace with:
kde? ( ~kde-base/kdelibs-3 )

This app is marked as stable in amd64, ppc, sparc and x86 as a side note.

Reproducible: Always
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-01-19 14:00:07 UTC
Fixed in CVS, thanks for the report. :)