Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364179 - x11-libs/qt-webkit-4.7.2 (needlessly?) forces x11-libs/qt-phonon[debug]
Summary: x11-libs/qt-webkit-4.7.2 (needlessly?) forces x11-libs/qt-phonon[debug]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-19 22:29 UTC by Rafal Lalik
Modified: 2012-01-03 09:01 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 Rafal Lalik 2011-04-19 22:29:46 UTC
Looking into dependencies list of qt-webkit one can found that qt-phonon is tried to be installed with forced 'debug' flag (for kde?) while rest of qt-* packages are forced to use the same 'debug' flag settings like qt-webkit uses. For me it looks like mistake.

DEPEND="
    dev-db/sqlite:3
    ~x11-libs/qt-core-${PV}[aqua=,debug=,ssl]
    ~x11-libs/qt-gui-${PV}[aqua=,dbus?,debug=]
    ~x11-libs/qt-xmlpatterns-${PV}[aqua=,debug=]
    dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,debug=] )
    !kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=]
        media-libs/phonon[aqua=] ) )
    kde? ( || ( media-libs/phonon[aqua=] ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug] ) )"

Greetings,
Rafal
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2011-04-20 14:41:40 UTC
Yep, looks like a typo.
Comment 2 Alex Alexander (RETIRED) gentoo-dev 2012-01-03 09:01:51 UTC
really old typo ;p
re-discovered it when bumping to 4.8.0, fixed now, thanks :)