2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

app-emacs/flycheck-guile: call elisp_pkg_setup too

Fixes: fe861bad91
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-11-25 19:50:42 +00:00
parent 9ff35b2bb6
commit 7725c94ca2

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,6 +29,11 @@ RDEPEND="
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"
pkg_setup() {
elisp_pkg_setup
guile-single_pkg_setup
}
src_prepare() {
elisp_src_prepare