sci-mathematics/wxmaxima-0.7.6 tries to call "use_unicode", I guess this should be "use unicode". src_configure() { econf \ --enable-dnd \ --enable-printing \ --with-wx-config=${WX_CONFIG} \ $(use_unicode unicode-glyphs) }
Hi Matthias, Thank you very much for the note and good catch! It should actually be $(use_enable unicode unicode-glyphs) I've fixed this in portage cvs. Best, Markus