Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257751 - app-crypt/qca-2.0.1-r1 should depend on qt-core, not qt
Summary: app-crypt/qca-2.0.1-r1 should depend on qt-core, not qt
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 09:19 UTC by Anders Aagaard
Modified: 2009-02-05 09:21 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 Anders Aagaard 2009-02-05 09:19:44 UTC
Things should not depend on x11-libs/qt, qca does
app-crypt/qca-2.0.1-r1 (>=x11-libs/qt-4.2.0:4)

ldd libqca.so.2* 2>&1 | grep qt
        libQtCore.so.4 => /usr/lib/qt4/libQtCore.so.4 (0x00007f958da82000)
        libQtCore.so.4 => /usr/lib/qt4/libQtCore.so.4 (0x00007f1a80e63000)
        libQtCore.so.4 => /usr/lib/qt4/libQtCore.so.4 (0x00007fcb57cf2000)

Seems to only link QtCore.  So I'm assuming it should be depending on x11-libs/qt-core

Reproducible: Always
Comment 1 Anders Aagaard 2009-02-05 09:21:55 UTC
        || ( x11-libs/qt-core:4
                >=x11-libs/qt-4.2.0:4 )"

ebuild has that in it, but still wont build for me, so it's another issue, sorry for the noise.