1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-02-19 17:45:50 +01:00

Removed bunch of outdated ebuilds

This commit is contained in:
2016-08-15 19:21:17 +02:00
parent 6847cc1089
commit 5343493f69
80 changed files with 7 additions and 6466 deletions

View File

@@ -1,12 +0,0 @@
diff -ur mc-4.7.5.3_orig/src/filemanager/midnight.c mc-4.7.5.3/src/filemanager/midnight.c
--- mc-4.7.5.3_orig/src/filemanager/midnight.c 2011-07-26 14:55:53.000000000 +0200
+++ mc-4.7.5.3/src/filemanager/midnight.c 2011-08-02 20:58:08.000000000 +0200
@@ -797,7 +797,7 @@
tty_setup_sigwinch (sigwinch_handler);
- if ((tty_baudrate () < 9600) || tty_is_slow ())
+ if ((tty_baudrate() > 0 && tty_baudrate() < 9600) || tty_is_slow())
verbose = 0;
init_xterm_support ();