In /etc/mc/mc.menu:86 shortcut key for menu item "Compile and link current .c file" is Russian UTF-8 "с" instead of English "c" (they look the same).
Created attachment 321900 [details, diff] patch for mc.menu fixing #403863 ebuild to follow, please confirm fix, all ok here.
Created attachment 321902 [details] ebuild including epatch line for above patch confirmed working in overlay, again please verify working as this is my first patch + ebuild in years :)
Comment on attachment 321902 [details] ebuild including epatch line for above patch --- mc-4.8.1-r1.ebuild 2012-08-05 12:45:49.000000000 +0200 +++ - 2012-08-22 04:18:02.921962845 +0200 @@ -43,6 +43,7 @@ epatch "${FILESDIR}"/${PN}-4.8.1-muldefs.patch #403343 epatch "${FILESDIR}"/${PN}-4.8.1-muldefs-in.patch #403343 epatch "${FILESDIR}"/${PN}-4.8.1-fix-vfs-test.patch #403343 + epatch "${FILESDIR}"/${PN}-4.8.1-mc.menu.patch #403863 } src_configure() {
Is this fixed with app-misc/mc-4.8.7?
Opened an upstream ticket, see URL field in this bug. Sorry for the long delay.
+*mc-4.8.8-r2 (09 Jul 2013) + + 09 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> -mc-4.8.1-r1.ebuild, + -mc-4.8.8.ebuild, +mc-4.8.8-r2.ebuild, mc-9999.ebuild, + -files/mc-4.8.1-fix-vfs-test.patch, -files/mc-4.8.1-muldefs.patch, + -files/mc-4.8.1-muldefs-in.patch, + +files/mc-4.8.8-race_cond_create_tmp_dir.patch, + +files/mc-4.8.8-wrong_char_in_menu_file.patch: + Revision bump to fix bug #403863 and bug #461284. Fixed unquoted variable in + live ebuild. Removed old versions. +