commit: 61a73249d4422f26e2fe58354d70d71e665e0635 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Jan 18 19:44:37 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Jan 20 23:04:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a73249
app-admin/whowatch: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/19112 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-admin/whowatch/files/whowatch-1.8.4-select.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app-admin/whowatch/files/whowatch-1.8.4-select.patch b/app-admin/whowatch/files/whowatch-1.8.4-select.patch deleted file mode 100644 index 0907c70e675..00000000000 --- a/app-admin/whowatch/files/whowatch-1.8.4-select.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/src/whowatch.c -+++ b/src/whowatch.c -@@ -436,12 +436,12 @@ - gettimeofday(&after, 0); - tv.tv_sec -= (after.tv_sec - before.tv_sec); - if(retval > 0) { -- int key = read_key(); -+ int key = getkey(); - key_action(key); - } - if(tv.tv_sec <= 0) { - ticks++; -- periodic(); -+ main_periodic(); - tv.tv_sec = TIMEOUT; - } - #endif