Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630970 - www-client/firefox remove x11-libs/gtk+:2 from runtime dependencies
Summary: www-client/firefox remove x11-libs/gtk+:2 from runtime dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-14 12:28 UTC by Sorrow
Modified: 2017-09-19 20:47 UTC (History)
2 users (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 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.