Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 545158

Summary: app-emulation/qemu: add ability to choose gtk2 or gtk3
Product: Gentoo Linux Reporter: om3i <r9ku1q>
Component: Current packagesAssignee: Gentoo QEMU Project <qemu+disabled>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: qemu_gtk.patch
qemu_gtk.patch

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