--- /usr/portage/dev-libs/ace/ace-5.7.2.ebuild 2010-10-28 14:10:17.000000000 +0200 +++ /usr/portage/dev-libs/ace/ace-5.7.2-r1.ebuild 2010-11-03 17:35:56.000000000 +0100 @@ -53,8 +53,9 @@ src_install() { cd build emake ACE_ROOT="${S}" DESTDIR="${D}" install || die "failed to install" - # punt gperf stuff - rm -rf "${D}/usr/bin" "${D}/usr/share" + # punt most binary stuff, except the tao executables + rm -rf "${D}/usr/share" + find "${D}/usr/bin" -type f -not -name "tao*" -exec rm -f {} \; # remove PACKAGE_* definitions from installed config.h (#192676) sed -i -e "s:^[ \t]*#define[ \t]\+PACKAGE_.*$:/\* & \*/:g" "${D}/usr/include/ace/config.h"