--- ebuild.sh (revision 2811) +++ ebuild.sh (working copy) @@ -1107,7 +1107,11 @@ echo " http://bugs.gentoo.org/81745" echo "${f}" echo -ne '\a\n' - insecure_rpath=1 + if has stricter ${FEATURES}; then + insecure_rpath=1 + else + scanelf -BXr ${f} + fi fi # Check for setid binaries but are not built with BIND_NOW