From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E50C158089 for ; Sun, 22 Oct 2023 10:01:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 923412BC014; Sun, 22 Oct 2023 10:01:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71C722BC014 for ; Sun, 22 Oct 2023 10:01:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53808335CA6 for ; Sun, 22 Oct 2023 10:01:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7C2010C3 for ; Sun, 22 Oct 2023 10:01:06 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1697968846.b74162669b474e7c2aaab5b5f75301d4c462c715.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: eclass/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: eclass/elisp-common.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b74162669b474e7c2aaab5b5f75301d4c462c715 X-VCS-Branch: master Date: Sun, 22 Oct 2023 10:01:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a294c483-d57d-431a-a94d-70d57ca4f7a6 X-Archives-Hash: c77d70dfef34826bcba06f1b8febda78 commit: b74162669b474e7c2aaab5b5f75301d4c462c715 Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 22 09:47:46 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 22 10:00:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=b7416266 elisp-common.eclass: Set no-native-compile in generated files Signed-off-by: Ulrich Müller gentoo.org> eclass/elisp-common.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 72dbb97..bab7250 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: