commit: 20c679298cd29c57dba3dce93339b0a1780284e5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Sep 28 14:37:23 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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