--- elfutils-0.169.ebuild 2017-05-25 11:20:04.949294369 +0300 +++ elfutils-0.169.ebuild 2017-05-25 11:18:40.374746516 +0300 @@ -58,7 +58,7 @@ dodoc NOTES # These build quick, and are needed for most tests, so don't # disable their building when the USE flag is disabled. - if use utils; then + if ! use utils; then rm -rf "${ED}"/usr/bin || die fi }