Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdw/files/
Date: Sun, 02 Dec 2018 14:55:52
Message-Id: 1543762541.7a0451d4566633ba0cd682c1a6446b618369f2d7.jer@gentoo
1 commit: 7a0451d4566633ba0cd682c1a6446b618369f2d7
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 14:48:15 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 14:55:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0451d4
7
8 app-cdr/cdw: Clean up patch
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 app-cdr/cdw/files/cdw-0.8.0-uclibc.patch | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch b/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch
17 index eedf7e13642..a639e21713d 100644
18 --- a/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch
19 +++ b/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch
20 @@ -1,5 +1,5 @@
21 ---- cdw-0.8.0/src/main.c
22 -+++ cdw-0.8.0-uclibc/src/main.c
23 +--- a/src/main.c
24 ++++ b/src/main.c
25 @@ -44,7 +44,9 @@
26 #include <stdio.h>
27 #include <stdlib.h>
28 @@ -10,8 +10,8 @@
29 #include <signal.h> /* sig_atomic_t */
30
31 #include <dirent.h> /* PATH_MAX */
32 ---- cdw-0.8.0/src/tasks/cdw_create_image.c
33 -+++ cdw-0.8.0-uclibc/src/tasks/cdw_create_image.c
34 +--- a/src/tasks/cdw_create_image.c
35 ++++ b/src/tasks/cdw_create_image.c
36 @@ -21,6 +21,7 @@
37
38 #include <inttypes.h>
39 @@ -20,8 +20,8 @@
40
41 #include "cdw_file_manager.h"
42 #include "gettext.h"
43 ---- cdw-0.8.0/src/utilities/cdw_utils.c
44 -+++ cdw-0.8.0-uclibc/src/utilities/cdw_utils.c
45 +--- a/src/utilities/cdw_utils.c
46 ++++ b/src/utilities/cdw_utils.c
47 @@ -28,6 +28,7 @@
48 #include <sys/types.h>
49 #include <sys/stat.h>