The current vorbis-tools ebuild doesn't build and install vcut, a tool to cut ogg-vorbis files. Configure doesn't enable this by default, so we need to add it in the ebuild. If you want, you could make it into a use flag. But this addition works for me: myconf="${myconf} --enable-vcut" Just before the econf line.
(In reply to comment #0) > The current vorbis-tools ebuild doesn't build and install vcut, a tool to cut > ogg-vorbis files. which version of vorbis-tools are you using? vorbis-tools-1.0.1 currently builds and installs the vcut tool
Created attachment 101815 [details, diff] ebuild patch for 1.1.1-r2 vorbis-tools 1.1.1-r2 is not building the vcut tool by default adding "enable-vcut"
Thanks, fixed now (as I told you on IRC, I didn't use your patch Alessio :) ).