app-crypt/aespipe exports LDFLAGS in a manner that overwrites any user defined settings and also strips the linked results vs letting portage/prepstrip handle it. app-crypt/aespipe/aespipe-2.2a.ebuild:16: use static && export LDFLAGS="-static -s" app-crypt/aespipe/aespipe-2.3b.ebuild:16: use static && export LDFLAGS="-static -s" Suggested solution: inherit flag-o-matic use static && append-ldflags -static
avenj: any problem with this change? I'll make the change in a few days if you don't response.
Hmmm?
fixed in cvs