Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 545158 - app-emulation/qemu: add ability to choose gtk2 or gtk3
Summary: app-emulation/qemu: add ability to choose gtk2 or gtk3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo QEMU Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-03-31 13:44 UTC by om3i
Modified: 2015-07-06 13:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
qemu_gtk.patch (qemu_gtk.patch,2.32 KB, patch)
2015-03-31 13:45 UTC, om3i
Details | Diff
qemu_gtk.patch (qemu_gtk.patch,2.35 KB, patch)
2015-04-04 09:37 UTC, om3i
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description om3i 2015-03-31 13:44:53 UTC
Because Gentoo is about choice™.

Reproducible: Always
Comment 1 om3i 2015-03-31 13:45:33 UTC
Created attachment 400280 [details, diff]
qemu_gtk.patch
Comment 2 Andrew Savchenko gentoo-dev 2015-04-03 23:53:48 UTC
Instead
	gtk2? ( !gtk3 )
	gtk3? ( !gtk2 )

you should use:
Comment 3 Andrew Savchenko gentoo-dev 2015-04-03 23:56:07 UTC
Sorry, browser glitch...

Instead
 	gtk2? ( !gtk3 )
 	gtk3? ( !gtk2 )
 
you should use:
?? ( gtk2 gtk3 )
Comment 4 om3i 2015-04-04 09:37:22 UTC
Created attachment 400532 [details, diff]
qemu_gtk.patch
Comment 5 SpanKY gentoo-dev 2015-04-04 19:59:32 UTC
should be all set now in the tree; thanks for the report!

Commit message: Add USE=gtk2 so people can force older GTK versions
http://sources.gentoo.org/app-emulation/qemu/metadata.xml?r1=1.35&r2=1.36
http://sources.gentoo.org/app-emulation/qemu/qemu-9999.ebuild?r1=1.95&r2=1.96
Comment 6 om3i 2015-06-29 01:19:51 UTC
qemu with USE=gtk2 still pulls gtk3 indirectly through x11-libs/vte
Comment 7 SpanKY gentoo-dev 2015-07-06 13:28:03 UTC
should be all set now in the tree; thanks for the report!

Commit message: Add USE=vte to control the dep explicitly and fix SLOT handling for diff gtk versions
http://sources.gentoo.org/app-emulation/qemu/metadata.xml?r1=1.37&r2=1.38
http://sources.gentoo.org/app-emulation/qemu/qemu-9999.ebuild?r1=1.100&r2=1.101