diff options
author | 2021-12-08 08:56:10 +0000 | |
---|---|---|
committer | 2021-12-08 08:56:10 +0000 | |
commit | cb4de3871de3e055fea2ba145dfee9aec767c851 (patch) | |
tree | e436b08daa476ddb9e63dc0ebbdeeb419c057175 /x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild | |
parent | x11-misc/xbindkeys: use eautoreconf for guile patch (diff) | |
download | gentoo-cb4de3871de3e055fea2ba145dfee9aec767c851.tar.gz gentoo-cb4de3871de3e055fea2ba145dfee9aec767c851.tar.bz2 gentoo-cb4de3871de3e055fea2ba145dfee9aec767c851.zip |
x11-misc/xbindkeys: drop unnecessary patch
Closes: https://bugs.gentoo.org/828555
Bug: https://bugs.gentoo.org/828532
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild')
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild index 03a121ac68a1..3eba2a59a23a 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild @@ -26,14 +26,11 @@ DEPEND=" DOCS=( AUTHORS BUGS ChangeLog README TODO xbindkeysrc ) -PATCHES=( - "${FILESDIR}/xbindkeys-1.8.7-guile3.patch" -) - src_prepare() { default - # For guile patch, touches m4/ + # Regenerate to pick up newer versions of Guile macros + # bug #828532 eautoreconf } |