]> jturnerusa.dev Git - ebuilds/commitdiff
app-emacs/flycheck: added src_compile impl that calls elisp-make-autoload-file
authorJohn Turner <jturner.usa+gentoo@gmail.com>
Tue, 29 Mar 2022 02:54:13 +0000 (22:54 -0400)
committerJohn Turner <jturner.usa+gentoo@gmail.com>
Tue, 29 Mar 2022 02:54:13 +0000 (22:54 -0400)
app-emacs/flycheck/flycheck-32.ebuild

index 2513b7945b64ac7013d37a7f12d40014770a74aa..18fb34ab3417f081a1b406aee6e689c6c763d4c4 100644 (file)
@@ -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
+}