commit:     7f12dcc7b749552a0fd8aa60d6e0803eb49e8653
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Mar 22 08:45:40 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 14:01:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f12dcc7

gui-apps/waybar: remove unused patch(es)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20053
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../files/waybar-0.9.3-fix-crash-with-fmt.patch    | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gui-apps/waybar/files/waybar-0.9.3-fix-crash-with-fmt.patch 
b/gui-apps/waybar/files/waybar-0.9.3-fix-crash-with-fmt.patch
deleted file mode 100644
index 73a2d871f2d..00000000000
--- a/gui-apps/waybar/files/waybar-0.9.3-fix-crash-with-fmt.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 9b41b9593418772ce578a87de5984d4e37ef7f11 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Thorben=20G=C3=BCnther?= <ad...@xenrox.net>
-Date: Mon, 10 Aug 2020 20:53:29 +0200
-Subject: [PATCH] Fix crash with fmt
-
----
- include/util/format.hpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/util/format.hpp b/include/util/format.hpp
-index 0147701b..288d8f0c 100644
---- a/include/util/format.hpp
-+++ b/include/util/format.hpp
-@@ -23,7 +23,7 @@ namespace fmt {
-         constexpr auto parse(ParseContext& ctx) -> decltype (ctx.begin()) {
-           auto it = ctx.begin(), end = ctx.end();
-           if (it != end && *it == ':') ++it;
--          if (*it == '>' || *it == '<' || *it == '=') {
-+          if (it && (*it == '>' || *it == '<' || *it == '=')) {
-             spec = *it;
-             ++it;
-           }

Reply via email to