diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-10-22 12:50:55 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-10-22 13:11:33 +0200 |
commit | ec6a54857c614ba77d95d974c5b00408bd4b3aa0 (patch) | |
tree | 1f348ff2e26d5f75288ec9a78f56b4444e9d94bf /x11-wm/spectrwm | |
parent | net-fs/samba: Bump to version 4.11.1 (diff) | |
download | gentoo-ec6a54857c614ba77d95d974c5b00408bd4b3aa0.tar.gz gentoo-ec6a54857c614ba77d95d974c5b00408bd4b3aa0.tar.bz2 gentoo-ec6a54857c614ba77d95d974c5b00408bd4b3aa0.zip |
x11-wm/spectrwm: Clean up patch
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-wm/spectrwm')
-rw-r--r-- | x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch b/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch index 71f5578bfc58..c1162fb73610 100644 --- a/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch +++ b/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch @@ -1,5 +1,5 @@ ---- a/Makefile 2017-10-03 20:36:39.000000000 +0200 -+++ b/Makefile 2017-11-13 20:53:33.341995465 +0100 +--- a/Makefile ++++ b/Makefile @@ -9,16 +9,16 @@ LIBVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major.$$minor) LIBMAJORVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major) |