Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548022 - app-emulation/qemu-2.3.0 version bump
Summary: app-emulation/qemu-2.3.0 version bump
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-28 15:02 UTC by Agostino Sarubbo
Modified: 2015-04-29 01:44 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 Agostino Sarubbo gentoo-dev 2015-04-28 15:02:26 UTC
$summary
Comment 1 Jonathan Thibault 2015-04-28 18:09:45 UTC
First of all, many thanks to whoever added gtk2 support in this ebuild for us grumpy old fools.

However, a little vte subtlety was missed to prevent the ebuild from pulling gtk3:

This:
    gtk? (
        gtk2? ( x11-libs/gtk+:2 )
        !gtk2? ( x11-libs/gtk+:3 )
        x11-libs/vte:2.90
    )

Should really be this:
    gtk? (
        gtk2? ( x11-libs/gtk+:2 x11-libs/vte:0 )
        !gtk2? ( x11-libs/gtk+:3 x11-libs/vte:2.90 )
    )

since later versions of vte require gtk3.
Comment 2 SpanKY gentoo-dev 2015-04-29 01:44:46 UTC
(In reply to Agostino Sarubbo from comment #0)

2.3.0 is already in the tree

(In reply to Jonathan Thibault from comment #1)

please file new bugs for new issues rather than piggy back on existing ones