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

Bug 420563

Summary: www-client/opera and www-client/opera-next make use of gtk3 useflag
Product: Gentoo Linux Reporter: Julian Ospald <hasufell>
Component: New packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 420493    

Description Julian Ospald 2012-06-10 18:23:29 UTC
These packages make use of gtk3 useflag which indicates that there are issues of migration to gtk+:3.
Gtk3 and similar useflags should be avoided.

Adding to tracker. Please have a look.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-11 10:48:09 UTC
Both ebuilds install a dynamically loaded GTK+ 3 compatible library, or they do not when USE=-gtk3. When, say, GNOME is detected, this library takes care of displaying file dialogs and such that match the desktop environment, unless autodetection is turned off in favour of another specific implementation.

Same for KDE 4 and GTK+ 2 (as well as a generic "X11" interface).

All of this is closed source and nothing is actually compiled against the installed base.

Do you suggest changing IUSE=gtk3 to IUSE=gtk?
Comment 2 Julian Ospald 2012-06-12 09:23:34 UTC
Yes, imo it makes sense to merge both flags for these ebuilds. We generally should expect the user to have gtk+3 anyway, cause it is the latest and stable version.

As far as I understand this does not even break anything.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-12 14:35:18 UTC
Fixed in =www-client/opera-12.00.1456 and =www-client/opera-next-12.00.1456. The older ebuilds will disappear soon anyway.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-15 14:10:16 UTC
USE=gtk3 is gone.