commit: c7954736e767ed7faee49a4a3c4eebbb209b3ffa Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Feb 18 14:18:00 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Feb 18 14:18:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7954736
net-im/chatterino: drop unused patch Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> net-im/chatterino/files/chatterino-2.5.1-gcc15.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/net-im/chatterino/files/chatterino-2.5.1-gcc15.patch b/net-im/chatterino/files/chatterino-2.5.1-gcc15.patch deleted file mode 100644 index f2aef7705..000000000 --- a/net-im/chatterino/files/chatterino-2.5.1-gcc15.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://bugs.gentoo.org/937497 -https://github.com/Chatterino/chatterino2/commit/f36c73019db582fd3fec32099b75060f27cfd98f ---- a/src/common/SignalVector.hpp -+++ b/src/common/SignalVector.hpp -@@ -155,7 +155,7 @@ class SignalVector - decltype(auto) operator[](size_t index) - { - assertInGuiThread(); -- return this->items[index]; -+ return this->items_[index]; - } - - auto empty()