Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/files/
Date: Fri, 08 Oct 2021 18:09:49
Message-Id: 1633716578.88e29931cc289dae700ff72ec1410e1d03a80042.bkohler@gentoo
1 commit: 88e29931cc289dae700ff72ec1410e1d03a80042
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 8 18:09:11 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 18:09:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e29931
7
8 app-misc/dateutils: restore missing patch
9
10 Closes: https://bugs.gentoo.org/814407
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 .../files/dateutils-0.4.6-unportable-sys-sysctl_h.patch | 10 ++++++++++
15 1 file changed, 10 insertions(+)
16
17 diff --git a/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch b/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch
18 new file mode 100644
19 index 00000000000..dc310ea7812
20 --- /dev/null
21 +++ b/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch
22 @@ -0,0 +1,10 @@
23 +--- a/build-aux/yuck.c
24 ++++ b/build-aux/yuck.c
25 +@@ -65,7 +65,6 @@
26 + #include <sys/wait.h>
27 + #include <sys/stat.h>
28 + #include <sys/types.h>
29 +-#include <sys/sysctl.h>
30 + #include <time.h>
31 + #if defined WITH_SCMVER
32 + # include <yuck-scmver.h>