commit:     f8432fe79e9bcb2f1d1549afc52eb286530bdbd5
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 25 19:12:23 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 19:25:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8432fe7

kde-apps/kitinerary: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32038
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/kitinerary-22.12.0-gcc13.patch           | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/kde-apps/kitinerary/files/kitinerary-22.12.0-gcc13.patch 
b/kde-apps/kitinerary/files/kitinerary-22.12.0-gcc13.patch
deleted file mode 100644
index 09c88c8b5250..000000000000
--- a/kde-apps/kitinerary/files/kitinerary-22.12.0-gcc13.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://invent.kde.org/pim/kitinerary/-/commit/0ef772c3e0ff8f049f299ad14b3c65327e4fe69e
-
-From: Sam James <[email protected]>
-Date: Sun, 11 Dec 2022 13:29:11 +0000
-Subject: [PATCH] asn1: Fix build with GCC 13 (add missing <cstdint> include)
-
-GCC 13 (as usual for new compiler releases) shuffles around some
-internal includes and so <cstdint> is no longer transitively included.
-
-Explicitly include <cstdint> for uint8_t.
-
-Bug: https://bugs.gentoo.org/885423
---- a/src/lib/asn1/bitvectorview.h
-+++ b/src/lib/asn1/bitvectorview.h
-@@ -8,6 +8,7 @@
- 
- #include <bitset>
- #include <cassert>
-+#include <cstdint>
- #include <string_view>
- #include <type_traits>
- 
--- 
-GitLab

Reply via email to