--- a/nagios-plugins-1.4.16-r3.ebuild 2012-11-21 14:01:22.000000000 -0500 +++ a/nagios-plugins-1.4.16-r3.ebuild 2014-01-25 13:35:36.981567465 -0500 @@ -106,10 +106,15 @@ # remove stuff that is way too broken to fix, or for which the USE # flag has been removed. + # + # See bug #434192 for the removal of the rblcheck scripts. + # rm -r tarballs aix \ check_compaq_insight.pl *.c *README* \ + rblcheck-* \ $(usex !jabber nagios_sendim.pl) \ - $(usex !smart check_smart.pl) + $(usex !smart check_smart.pl) \ + || die "unable to remove broken plugins" # fix perl interpreter sed -i -e '1s:/usr/local/bin/perl:/usr/bin/perl:' \