traceroute-1.4_p12-r2 installs files with owner bin:bin instead of root:root. A patch to traceroute-1.4_p12-r2.ebuild is attached. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 24287 [details, diff] patch to traceroute-1.4_p12-r2.ebuild to install files as root:root instead of bin:bin
weird, on my machine it always installed as root:bin ... added an fowners root:root to src_install(), thanks
Created attachment 26641 [details, diff] fowners clears suid bit on linux, so fperms should be done after fowners
err yep, fixed in cvs, thanks