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>
This commit is contained in:
Sam James
2021-12-08 08:56:10 +00:00
parent 2aedc281f3
commit cb4de3871d
2 changed files with 2 additions and 30 deletions

View File

@@ -1,25 +0,0 @@
From 75909d99b18ddc76c78bf7b9e184de46d3d24468 Mon Sep 17 00:00:00 2001
From: Evgeny Ratnikov <ratnikov.ev@gmail.com>
Date: Sun, 14 Jun 2020 22:13:59 +0200
Subject: add support for GNU Guile 3 to xbindkeys
---
aclocal.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aclocal.m4 b/aclocal.m4
index 6dfea6d..647b5fd 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -48,7 +48,7 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
#
AC_DEFUN([GUILE_PKG],
[PKG_PROG_PKG_CONFIG
- _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])"
+ _guile_versions_to_search="m4_default([$1], [3.0 2.2 2.0 1.8])"
if test -n "$GUILE_EFFECTIVE_VERSION"; then
_guile_tmp=""
for v in $_guile_versions_to_search; do
--
cgit v1.2.1

View File

@@ -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
}