commit: ec74385a05511c6fe361ab1d1a0a065db4e6d26f Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Sep 4 07:38:15 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Sep 4 07:43:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec74385a
x11-wm/aewm: Fix patch Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> x11-wm/aewm/files/aewm-1.3.12-fno-common.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/aewm/files/aewm-1.3.12-fno-common.patch b/x11-wm/aewm/files/aewm-1.3.12-fno-common.patch index e885161ce88..7e3d75faff1 100644 --- a/x11-wm/aewm/files/aewm-1.3.12-fno-common.patch +++ b/x11-wm/aewm/files/aewm-1.3.12-fno-common.patch @@ -1,4 +1,4 @@ ---- aedesk.c +--- a/aedesk.c +++ b/aedesk.c @@ -11,10 +11,6 @@ @@ -11,7 +11,7 @@ static unsigned long parse_desk(char *spec); int main(int argc, char **argv) ---- aepanel.c +--- a/aepanel.c +++ b/aepanel.c @@ -36,9 +36,6 @@ void sig_handler(int);
