most version 4.9.2 does not install (copy) the most-binary file to /usr/bin on amd64 (and maybe other architectures) because the ebuild has a mistake while doing "dobin src/objs/most" Reproducible: Always Steps to Reproduce: 1.Build the program Actual Results: Binary does not install Expected Results: Binary "most" copied in /usr/bin solution: replace "dobin src/objs/most" through "dobin src/${ARCH}objs/most
Fixed in CVS, thanks!