Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496236 - Unfulfillable USE dep in kde4-base eclass
Summary: Unfulfillable USE dep in kde4-base eclass
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-27 22:25 UTC by Mike Williams
Modified: 2013-12-27 22:49 UTC (History)
1 user (show)

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 Mike Williams 2013-12-27 22:25:34 UTC
kdecommondepend has;

        || (
                ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] )
                <dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)]
        )


>=dev-qt/qtgui-4.8.5 doesn't have a dbus USE flag though.
<dev-qt/qtgui-4.8.5 (i.e. 4.8.4-r1) does have a dbus USE flag.

Reproducible: Always
Comment 1 Ben Kohler gentoo-dev 2013-12-27 22:49:29 UTC
The (+) on dbus(+) means portage should assume the feature is enabled if the flag is missing.  See the following doc under EAPI=4, Metadata, use dependencies default: http://devmanual.gentoo.org/ebuild-writing/eapi/

If you have other problems getting this dependency resolved, it may help to explicitly add dev-qt/designer to your emerge list.  If you need further help, try our support venues like forums and IRC.