From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97AF715808B for ; Sat, 28 Sep 2024 14:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63B44E2A6F; Sat, 28 Sep 2024 14:39:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41899E2A6D for ; Sat, 28 Sep 2024 14:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51E1834306E for ; Sat, 28 Sep 2024 14:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC373ACC for ; Sat, 28 Sep 2024 14:39:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1727534274.20c679298cd29c57dba3dce93339b0a1780284e5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild X-VCS-Directories: x11-misc/xbindkeys/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20c679298cd29c57dba3dce93339b0a1780284e5 X-VCS-Branch: master Date: Sat, 28 Sep 2024 14:39:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51325248-b0be-443c-8571-0aaaa30fd0fd X-Archives-Hash: dce3e4706de80835866ef82f975212db commit: 20c679298cd29c57dba3dce93339b0a1780284e5 Author: Sam James gentoo org> AuthorDate: Sat Sep 28 14:37:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 28 14:37:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c67929 x11-misc/xbindkeys: fix pkg_setup w/ USE=-guile Closes: https://bugs.gentoo.org/940441 Fixes: fecf67e319addb4a820f79914c55be4b592e7c5d Signed-off-by: Sam James gentoo.org> x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild index 4688b3dae019..37330789de12 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild @@ -30,6 +30,10 @@ DEPEND=" DOCS=( AUTHORS BUGS ChangeLog README TODO xbindkeysrc ) +pkg_setup() { + use guile && guile-single_pkg_setup +} + src_prepare() { default