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 90C9A15852A for ; Thu, 15 Aug 2024 17:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80CE2E29BA; Thu, 15 Aug 2024 17:31:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6675AE29BA for ; Thu, 15 Aug 2024 17:31:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37C2234301C for ; Thu, 15 Aug 2024 17:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 660A61EEE for ; Thu, 15 Aug 2024 17:31:12 +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: <1723743056.ac10af1fb35ccf4c6be1135020f65ae21556ae21.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-xemacs/ebuild-mode/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild X-VCS-Directories: app-xemacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ac10af1fb35ccf4c6be1135020f65ae21556ae21 X-VCS-Branch: master Date: Thu, 15 Aug 2024 17:31:12 +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: c70a57d9-5445-4b4f-82d3-64388a0c2cbd X-Archives-Hash: 090870298772033f6e038f4f7eef3556 commit: ac10af1fb35ccf4c6be1135020f65ae21556ae21 Author: Ulrich Müller gentoo org> AuthorDate: Thu Aug 15 17:30:56 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Aug 15 17:30:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=ac10af1f app-xemacs/ebuild-mode: Sync from Gentoo repository Signed-off-by: Ulrich Müller gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild index 713020d..df29194 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -26,7 +26,7 @@ src_compile() { local XEMACS="${EPREFIX}/usr/bin/xemacs" "${XEMACS}" -batch -q --no-site-file \ - -eval "(add-to-list 'load-path \".\")" \ + -eval "(add-to-list 'load-path nil)" \ -f batch-byte-compile \ ebuild-mode.el gentoo-newsitem-mode.el || die @@ -37,7 +37,7 @@ src_compile() { ebuild-mode.el gentoo-newsitem-mode.el || die } -src_test() { :; } # ert is not available for XEmacs +src_test() { :; } # ERT is not yet available for XEmacs src_install() { insinto /usr/share/xemacs/site-packages/lisp/${PN}