mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user