mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-misc/logiops: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
abcee29c52
commit
35f61533fe
@@ -1,28 +0,0 @@
|
||||
From da742af3a5a4fe7ba5a46ad789f1923b95531074 Mon Sep 17 00:00:00 2001
|
||||
From: Kostadin Shishmanov <kocelfc@tutanota.com>
|
||||
Date: Tue, 7 Nov 2023 19:10:29 +0200
|
||||
Subject: [PATCH] Add include <algorithm> to fix building with gcc 14
|
||||
|
||||
Gentoo bug:
|
||||
https://bugs.gentoo.org/917002
|
||||
|
||||
Upstream PR:
|
||||
https://github.com/PixlOne/logiops/pull/415
|
||||
|
||||
Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
|
||||
---
|
||||
src/logid/config/group.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/logid/config/group.h b/src/logid/config/group.h
|
||||
index e7b301a2..45e717bf 100644
|
||||
--- a/src/logid/config/group.h
|
||||
+++ b/src/logid/config/group.h
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <type_traits>
|
||||
#include <functional>
|
||||
#include <utility>
|
||||
+#include <algorithm>
|
||||
|
||||
namespace logid::config {
|
||||
template<typename T>
|
||||
Reference in New Issue
Block a user