When trying to emerge gnash with "USE=-gtk kde" the it fails with the following error: configure: error: invalid gui sdlkde4 given (accept: gtk|kde3|kde4|fltk|sdl|riscos|aqua|fb|hildon|alp|qtopia3|qtopia4|dump) Reproducible: Always Steps to Reproduce: USE=-gtk kde emerge -1 gnash
Created attachment 203626 [details, diff] gnash-0.8.5.ebuild.patch Avoid creating a $gui string that has the first comma between 2 values
Re-assign to myself as maintainer.
+10 Sep 2009; Romain Perier <mrpouet@gentoo.org> + gnash-0.8.5.ebuild: + Fix bug #284342, sdl was added into $gui local var from src_configure() + even with USE=-sdl gtk -kde, which also introduiced a syntax error caused + by the sed expression (which drops the first matched comma). Fixed into the main tree without a bump, thanks for reporting