commit: b669f8657d38d0f4ae42460bafc8a3304f6435c1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 4 01:29:09 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 4 01:29:09 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b669f865
sys-libs/readline: drop unused patch Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/readline/files/readline-8.3-iwd-crash.patch | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/sys-libs/readline/files/readline-8.3-iwd-crash.patch b/sys-libs/readline/files/readline-8.3-iwd-crash.patch deleted file mode 100644 index def5a5cb61bf..000000000000 --- a/sys-libs/readline/files/readline-8.3-iwd-crash.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://lists.gnu.org/archive/html/bug-readline/2025-07/msg00007.html -https://gitlab.archlinux.org/archlinux/packaging/packages/readline/-/issues/1 - -*** a/display.c Fri May 2 09:20:32 2025 ---- b/display.c Sun Jul 6 17:16:28 2025 -*************** -*** 784,788 **** - /* Useful shorthand used by rl_redisplay, update_line, rl_move_cursor_relative */ - #define INVIS_FIRST() (local_prompt_invis_chars[0]) -! #define WRAP_OFFSET(line, offset) ((line <= prompt_last_screen_line) ? local_prompt_invis_chars[line] : 0) - - #define W_OFFSET(line, offset) ((line) == 0 ? offset : 0) ---- 784,788 ---- - /* Useful shorthand used by rl_redisplay, update_line, rl_move_cursor_relative */ - #define INVIS_FIRST() (local_prompt_invis_chars[0]) -! #define WRAP_OFFSET(line, offset) ((line <= prompt_last_screen_line && local_prompt_invis_chars) ? local_prompt_invis_chars[line] : 0) - - #define W_OFFSET(line, offset) ((line) == 0 ? offset : 0) -
