diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-10-22 11:47:46 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-10-22 11:47:46 +0200 |
commit | 2ab9bda58e464656cdf1e31b7e8b293cf1ec0caf (patch) | |
tree | f0a72a87ee1d062179ce4f2a7b1fc828606c230f /eclass/elisp-common.eclass | |
parent | dev-python/pytest-recording: Enable py3.12 (diff) | |
download | gentoo-2ab9bda58e464656cdf1e31b7e8b293cf1ec0caf.tar.gz gentoo-2ab9bda58e464656cdf1e31b7e8b293cf1ec0caf.tar.bz2 gentoo-2ab9bda58e464656cdf1e31b7e8b293cf1ec0caf.zip |
elisp-common.eclass: Set no-native-compile in generated files
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 72dbb97f33e5..bab7250a6818 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -333,6 +333,7 @@ elisp-make-autoload-file() { ;; Local ${null}Variables: ;; version-control: never ;; no-byte-compile: t + ;; no-native-compile: t ;; no-update-autoloads: t ;; End: @@ -725,6 +726,7 @@ elisp-site-regen() { ;; Local ${null}Variables: ;; no-byte-compile: t + ;; no-native-compile: t ;; buffer-read-only: t ;; End: |