strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib64/tomoe/module/recognizer/simple.so usr/lib64/tomoe/module/dict/unihan.so usr/lib64/tomoe/module/dict/mysql.so usr/lib64/tomoe/module/dict/xml.so usr/lib64/libtomoe.so.0.1.0 usr/lib64/python2.6/site-packages/tomoe.so usr/lib64/libtomoe.a usr/lib64/tomoe/module/recognizer/simple.a usr/lib64/tomoe/module/dict/unihan.a usr/lib64/tomoe/module/dict/mysql.a usr/lib64/tomoe/module/dict/xml.a usr/lib64/python2.6/site-packages/tomoe.a * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/lib64/tomoe/module/recognizer/simple.so * /usr/lib64/tomoe/module/dict/unihan.so * /usr/lib64/tomoe/module/dict/xml.so
Created attachment 225727 [details, diff] updating ebuild I allowed myself to do the following: * bump to EAPI=2 * add epatch to respect LDFLAGS * add IUSE="static-libs" to allow user to choose whether he wants static libs * inherit base to simplify src_install
Created attachment 225729 [details, diff] respecting LDFLAGS
Fixed in cvs