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

Bug 630970

Summary: www-client/firefox remove x11-libs/gtk+:2 from runtime dependencies
Product: Gentoo Linux Reporter: Sorrow <lynx1534>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED INVALID    
Severity: enhancement CC: fturco, tsmksubc
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sorrow 2017-09-14 12:28:23 UTC
Looks like gtk2 is only needed for build time, but firefox runs just finely without it.
Comment 1 Jory A. Pratt gentoo-dev 2017-09-18 12:56:53 UTC
This is not how we test to see if a lib is still needed. If you do a lddtree of /usr/$(get_libdir)/firefox/gtk2/* you will see you still have a hard dep on gtk2
Comment 2 Sorrow 2017-09-19 20:47:48 UTC
(In reply to Jory A. Pratt from comment #1)
> This is not how we test to see if a lib is still needed. If you do a lddtree
> of /usr/$(get_libdir)/firefox/gtk2/* you will see you still have a hard dep
> on gtk2

I have INSTALL_MASK="/usr/lib64/firefox/gtk2/", I think this can be resolved with USE flag.