diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:46:21 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-29 09:17:50 -0400 |
commit | 3548c89fdb27f0282b96f2456e2a7a365f386814 (patch) | |
tree | 2c396812b016a4e56292696e632b8efbe4f9d1e9 /x11-plugins/wmacpimon/files | |
parent | x11-plugins/wmbio: bump EAPI and drop eutils (diff) | |
download | gentoo-3548c89fdb27f0282b96f2456e2a7a365f386814.tar.gz gentoo-3548c89fdb27f0282b96f2456e2a7a365f386814.tar.bz2 gentoo-3548c89fdb27f0282b96f2456e2a7a365f386814.zip |
x11-plugins/wmacpimon: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-plugins/wmacpimon/files')
-rw-r--r-- | x11-plugins/wmacpimon/files/Makefile.patch | 4 | ||||
-rw-r--r-- | x11-plugins/wmacpimon/files/wmacpimon.c.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/wmacpimon/files/Makefile.patch b/x11-plugins/wmacpimon/files/Makefile.patch index aab28fc89392..73646d10fa93 100644 --- a/x11-plugins/wmacpimon/files/Makefile.patch +++ b/x11-plugins/wmacpimon/files/Makefile.patch @@ -1,5 +1,5 @@ ---- Makefile 2010-09-06 11:33:16.000000000 +0200 -+++ Makefile.new 2010-09-06 11:36:28.000000000 +0200 +--- a/Makefile 2010-09-06 11:33:16.000000000 +0200 ++++ b/Makefile 2010-09-06 11:36:28.000000000 +0200 @@ -1,8 +1,5 @@ -OPT = -O3 -DACPI - diff --git a/x11-plugins/wmacpimon/files/wmacpimon.c.patch b/x11-plugins/wmacpimon/files/wmacpimon.c.patch index 001c1d8c96be..adc03ce3fd0c 100644 --- a/x11-plugins/wmacpimon/files/wmacpimon.c.patch +++ b/x11-plugins/wmacpimon/files/wmacpimon.c.patch @@ -1,5 +1,5 @@ ---- wmacpimon.c 2004-07-08 14:16:22.184359328 +0200 -+++ wmacpimon.c 2004-07-08 14:15:59.677780848 +0200 +--- a/wmacpimon.c 2004-07-08 14:16:22.184359328 +0200 ++++ b/wmacpimon.c 2004-07-08 14:15:59.677780848 +0200 @@ -314,7 +314,7 @@ acpinfo = calloc(1, sizeof(ACPInfo)); dockapp->blink = OFF; |