commit:     c9ccd6cb3bd32dc056366cf338b07f5271abf8f9
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 15:51:58 2026 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 15:51:58 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ccd6cb

x11-plugins/e16-epplets: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../e16-epplets/files/e16-epplets-0.17-musl.patch  | 60 ----------------------
 1 file changed, 60 deletions(-)

diff --git a/x11-plugins/e16-epplets/files/e16-epplets-0.17-musl.patch 
b/x11-plugins/e16-epplets/files/e16-epplets-0.17-musl.patch
deleted file mode 100644
index d6c2a6bbd3a6..000000000000
--- a/x11-plugins/e16-epplets/files/e16-epplets-0.17-musl.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-commit c3dcab92ff903422814573d6315ed2a1417080f6
-Author: Andrew Savchenko <[email protected]>
-Date:   Mon Aug 1 12:03:51 2022 +0300
-
-    Include <sys/select.h> for fd_set
-    
-    When fd_set is used <sys/select.h> should be included.
-    On glibc it is done implicitly via other headers,
-    on musl it must be explicitly provided.
-    
-    Signed-off-by: Andrew Savchenko <[email protected]>
-
-diff --git a/api/epplet.c b/api/epplet.c
-index b6a7907..b74a4bc 100644
---- a/api/epplet.c
-+++ b/api/epplet.c
-@@ -3,6 +3,7 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <sys/resource.h>
-+#include <sys/select.h>
- #include <sys/utsname.h>
- #include <signal.h>
- #include <sys/time.h>
-diff --git a/epplets/E-Pinger.c b/epplets/E-Pinger.c
-index 7187315..d397063 100644
---- a/epplets/E-Pinger.c
-+++ b/epplets/E-Pinger.c
-@@ -32,6 +32,7 @@
- 
- #include <errno.h>
- #include <signal.h>
-+#include <sys/select.h>
- #include <sys/wait.h>
- 
- #include "config.h"
-diff --git a/epplets/E-SD.c b/epplets/E-SD.c
-index cd92fa3..d3b6b93 100644
---- a/epplets/E-SD.c
-+++ b/epplets/E-SD.c
-@@ -19,6 +19,7 @@
-  */
- #include <esd.h>
- #include <fcntl.h>
-+#include <sys/select.h>
- 
- #include "config.h"
- #include "epplet.h"
-diff --git a/epplets/E-ScreenShoot_ftp.c b/epplets/E-ScreenShoot_ftp.c
-index 377e7ee..ae40ca7 100644
---- a/epplets/E-ScreenShoot_ftp.c
-+++ b/epplets/E-ScreenShoot_ftp.c
-@@ -5,6 +5,7 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <stdarg.h>
-+#include <sys/select.h>
- 
- #include "E-ScreenShoot_ftp.h"
- 

Reply via email to