Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/files/
Date: Sun, 01 Jan 2023 18:16:42
Message-Id: 1672596983.dd556a89291ce48b6aec783b365a856ad4d92637.conikost@gentoo
1 commit: dd556a89291ce48b6aec783b365a856ad4d92637
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Dec 27 17:13:05 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 18:16:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd556a89
7
8 net-wireless/bluez: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28854
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 .../bluez/files/bluez-5.63-musl-limits.patch | 24 ----------------------
15 1 file changed, 24 deletions(-)
16
17 diff --git a/net-wireless/bluez/files/bluez-5.63-musl-limits.patch b/net-wireless/bluez/files/bluez-5.63-musl-limits.patch
18 deleted file mode 100644
19 index ebdffc3270b4..000000000000
20 --- a/net-wireless/bluez/files/bluez-5.63-musl-limits.patch
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 -From e5dcac6abd6129829c4983d6635916cee8f1a627 Mon Sep 17 00:00:00 2001
24 -From: Jory Pratt <anarchy@g.o>
25 -Date: Sun, 12 Sep 2021 09:46:11 -0500
26 -Subject: [PATCH] include limits.h for PATH_MAX for musl support
27 -
28 ----
29 - tools/mesh-cfgtest.c | 1 +
30 - 1 file changed, 1 insertion(+)
31 -
32 -diff --git a/tools/mesh-cfgtest.c b/tools/mesh-cfgtest.c
33 -index fa0474f..bfc8e1b 100644
34 ---- a/tools/mesh-cfgtest.c
35 -+++ b/tools/mesh-cfgtest.c
36 -@@ -26,6 +26,7 @@
37 - #include <time.h>
38 - #include <unistd.h>
39 - #include <sys/stat.h>
40 -+#include <limits.h>
41 -
42 - #include <ell/ell.h>
43 -
44 ---
45 -2.32.0
46 -