There's a typo in the ebuild preventing it from emerging with USE=-alsa. Reproducible: Always Steps to Reproduce: 1. set USE=-alsa 2. emerge games-emulation/dolphin
Created attachment 391400 [details, diff] Patch to fix the typo for games-emulation/dolphin-4.0.2 Uploaded a patch for 4.0.2 From a quick look to the ebuilds 4.0 and 9999 seem to be affected, too.
Fails how?
Fixed. it should be in the tree shortly. Can't believe I never noticed that. Thank you for pointing it out :)
(In reply to Jeroen Roovers from comment #2) > Fails how? The sed command at src_prepare fails like this: sed: -e expression #1, char 1: unknown command: `^' For more informations just look at the patch and/or the ebuild itself, it's really just a small typo ('^/ instead of '/^). (In reply to Devan Franchini from comment #3) > Fixed. it should be in the tree shortly. Can't believe I never noticed that. > Thank you for pointing it out :) Thanks for fixing. :)