commit: f52f78294a5288bd7a6e97d41047055aaa6b0e35 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Apr 25 15:36:07 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 20:38:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52f7829
dev-libs/libuev: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Part-of: https://github.com/gentoo/gentoo/pull/41746 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-libs/libuev/files/libuev-fix-tests.patch | 9 --------- dev-libs/libuev/files/libuev-large-files-fix.patch | 9 --------- 2 files changed, 18 deletions(-) diff --git a/dev-libs/libuev/files/libuev-fix-tests.patch b/dev-libs/libuev/files/libuev-fix-tests.patch deleted file mode 100644 index 68e4b2c4fd6b..000000000000 --- a/dev-libs/libuev/files/libuev-fix-tests.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/tests/Makefile.am -+++ b/tests/Makefile.am -@@ -14,5 +14,5 @@ check_PROGRAMS = $(TESTS) - - # Ignore warnings about unused result, in e.g. write() - CFLAGS = -W -Wall -Wextra -Wno-unused-result -Wno-unused-parameter --CPPFLAGS = -D_GNU_SOURCE -+CPPFLAGS = -D_GNU_SOURCE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 - LDADD = -L../src ../src/libuev.la diff --git a/dev-libs/libuev/files/libuev-large-files-fix.patch b/dev-libs/libuev/files/libuev-large-files-fix.patch deleted file mode 100644 index 61a4cdb3ed27..000000000000 --- a/dev-libs/libuev/files/libuev-large-files-fix.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -1,6 +1,6 @@ - lib_LTLIBRARIES = libuev.la - libuev_la_SOURCES = uev.c uev.h private.h io.c timer.c signal.c cron.c event.c --libuev_la_CPPFLAGS = -D_GNU_SOURCE -D_TIME_BITS=64 -+libuev_la_CPPFLAGS = -D_GNU_SOURCE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 - libuev_la_CFLAGS = -W -Wall -Wextra -std=gnu11 - libuev_la_LDFLAGS = $(AM_LDFLAGS) -version-info 4:0:2
