diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-09 19:54:50 +0200 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-09-30 08:55:06 -0400 |
commit | da3ec746b026699b762728ee3a939bc2786754b0 (patch) | |
tree | b498024a9524371049380700729053c5f2f0efd9 /x11-wm/treewm/files | |
parent | net-libs/mbedtls: remove older version (diff) | |
download | gentoo-da3ec746b026699b762728ee3a939bc2786754b0.tar.gz gentoo-da3ec746b026699b762728ee3a939bc2786754b0.tar.bz2 gentoo-da3ec746b026699b762728ee3a939bc2786754b0.zip |
x11-wm/treewm: EAPI7, improve ebuild
Closes: https://bugs.gentoo.org/663802
Closes: https://github.com/gentoo/gentoo/pull/9161
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Diffstat (limited to 'x11-wm/treewm/files')
-rw-r--r-- | x11-wm/treewm/files/treewm-0.4.5-gcc43.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/treewm/files/treewm-0.4.5-gcc43.patch b/x11-wm/treewm/files/treewm-0.4.5-gcc43.patch index a8faf4319871..687bf809e3c7 100644 --- a/x11-wm/treewm/files/treewm-0.4.5-gcc43.patch +++ b/x11-wm/treewm/files/treewm-0.4.5-gcc43.patch @@ -1,5 +1,5 @@ ---- treewm-0.4.5b/src/action.cc 2009-01-17 18:17:32.000000000 -0400 -+++ treewm-0.4.5/src/action.cc 2009-01-17 18:20:41.000000000 -0400 +--- a/src/action.cc 2009-01-17 18:17:32.000000000 -0400 ++++ b/src/action.cc 2009-01-17 18:20:41.000000000 -0400 @@ -9,6 +9,7 @@ #include "clienttree.h" #include "clientinfo.h" @@ -8,8 +8,8 @@ Action::Action(Section *section) { s = section; ---- treewm-0.4.5b/src/resmanager.h 2009-01-17 18:17:32.000000000 -0400 -+++ treewm-0.4.5/src/resmanager.h 2009-01-17 18:21:10.000000000 -0400 +--- a/src/resmanager.h 2009-01-17 18:17:32.000000000 -0400 ++++ b/src/resmanager.h 2009-01-17 18:21:10.000000000 -0400 @@ -12,6 +12,7 @@ #include "global.h" #include "client.h" |