The ebuild for most-4.9.0 contains an error which prevents the binary from actually being installed. The error has to do with being unable to set permissions/copy the "src/objs/most" file. The file is actually called "src/x86objs/most", this is because of the ARCH variable being set to "x86". This is issue is easily fixed by setting OBJDIR=${WORKDIR}/${P}/src/objs on the make command line. Another possible fix might be to set ARCH="". Not sure which one is better though. An new version of most has also been released (4.9.2): In this version the default.rc file was renamed most.rc, the ebuild was updated to reflect this. The new ebuild for 4.9.2 is attached.
Created attachment 711 [details] most-4.9.2 ebuild with updates
okay, fixed.