diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-25 20:09:57 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-25 20:14:41 -0400 |
commit | d2df8be1afc0ae9ab974177e590c2c80183d5ebf (patch) | |
tree | b25bb27e9a84a119034f87a1c2bbe66f9bee176b /x11-misc/peksystray | |
parent | x11-misc/fluxter: fix patch for EAPI=6 (diff) | |
download | gentoo-d2df8be1afc0ae9ab974177e590c2c80183d5ebf.tar.gz gentoo-d2df8be1afc0ae9ab974177e590c2c80183d5ebf.tar.bz2 gentoo-d2df8be1afc0ae9ab974177e590c2c80183d5ebf.zip |
x11-misc/peksystray: fix patch for EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc/peksystray')
-rw-r--r-- | x11-misc/peksystray/files/peksystray-0.4.0-asneeded.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/peksystray/files/peksystray-0.4.0-asneeded.patch b/x11-misc/peksystray/files/peksystray-0.4.0-asneeded.patch index 1fc376a8ac92..a21987e36248 100644 --- a/x11-misc/peksystray/files/peksystray-0.4.0-asneeded.patch +++ b/x11-misc/peksystray/files/peksystray-0.4.0-asneeded.patch @@ -1,5 +1,5 @@ ---- configure.in -+++ configure.in +--- a/configure.in ++++ b/configure.in @@ -4,6 +4,7 @@ AM_INIT_AUTOMAKE(peksystray, 0.4.0) @@ -23,8 +23,8 @@ AC_OUTPUT([ Makefile ---- src/Makefile.am -+++ src/Makefile.am +--- a/src/Makefile.am ++++ b/src/Makefile.am @@ -1,7 +1,4 @@ bin_PROGRAMS = peksystray |