commit: bd13140fbf0c6d7243deb3655bd12950afe7a580 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Sep 9 16:35:24 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Sep 9 16:35:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd13140f
app-text/djvu: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../djvu-3.5.28-drop-register-keyword-clang16.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/app-text/djvu/files/djvu-3.5.28-drop-register-keyword-clang16.patch b/app-text/djvu/files/djvu-3.5.28-drop-register-keyword-clang16.patch deleted file mode 100644 index dd86bb8bf130..000000000000 --- a/app-text/djvu/files/djvu-3.5.28-drop-register-keyword-clang16.patch +++ /dev/null @@ -1,21 +0,0 @@ -Bug: https://bugs.gentoo.org/894644 ---- a/libdjvu/GBitmap.h -+++ b/libdjvu/GBitmap.h -@@ -620,7 +620,7 @@ GBitmap::euclidian_ratio(int a, int b, int &q, int &r) - inline int - GBitmap::read_run(unsigned char *&data) - { -- register int z=*data++; -+ int z=*data++; - return (z>=RUNOVERFLOWVALUE)? - ((z&~RUNOVERFLOWVALUE)<<8)|(*data++):z; - } -@@ -628,7 +628,7 @@ GBitmap::read_run(unsigned char *&data) - inline int - GBitmap::read_run(const unsigned char *&data) - { -- register int z=*data++; -+ int z=*data++; - return (z>=RUNOVERFLOWVALUE)? - ((z&~RUNOVERFLOWVALUE)<<8)|(*data++):z; - }
