Now python package installs one of the biggest static libs, please make it optional. # equery f python|grep '\.a$' /usr/lib64/libpython2.7.a # du -sh /usr/lib64/libpython2.7.a 3,2M /usr/lib64/libpython2.7.a # equery l python * Searching for python ... [IP-] [ ] dev-lang/python-2.7.5-r2:2.7
Provide a patch to disable building the static libs, or add it to INSTALL_MASK. I'm not doing rm *.a in src_install.
See also: https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302