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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user