From 31bc4507308ef4bd35be2b9f01295295acf2441f Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 28 Mar 2022 22:54:13 -0400 Subject: [PATCH] app-emacs/flycheck: added src_compile impl that calls elisp-make-autoload-file --- app-emacs/flycheck/flycheck-32.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-emacs/flycheck/flycheck-32.ebuild b/app-emacs/flycheck/flycheck-32.ebuild index 2513b79..18fb34a 100644 --- a/app-emacs/flycheck/flycheck-32.ebuild +++ b/app-emacs/flycheck/flycheck-32.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,3 +38,8 @@ RDEPEND=">=app-emacs/dash-2.12.1 SITEFILE="50${PN}-gentoo.el" DOCS=( README.md ) ELISP_REMOVE="flycheck-buttercup.el flycheck-ert.el" + +src_compile() { + elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/ + elisp_src_compile +} -- 2.39.5