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 ADEB415807A for ; Mon, 7 Oct 2024 10:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D528AE29AC; Mon, 7 Oct 2024 10:15:31 +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 B9FA3E29AC for ; Mon, 7 Oct 2024 10:15:31 +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 C7EA3343017 for ; Mon, 7 Oct 2024 10:15:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 387CF1293 for ; Mon, 7 Oct 2024 10:15:29 +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: <1728296113.83d325ff3bb90a9d08a5d695a65fcdb08e22f6d3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ebuild-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/ebuild-mode/ebuild-mode-1.75-r1.ebuild X-VCS-Directories: app-xemacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 83d325ff3bb90a9d08a5d695a65fcdb08e22f6d3 X-VCS-Branch: master Date: Mon, 7 Oct 2024 10:15:29 +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: 03304bf1-dd0c-44ef-8f39-eed2c059b725 X-Archives-Hash: 4200f42e1ed1645ba67b44b011f582e4 commit: 83d325ff3bb90a9d08a5d695a65fcdb08e22f6d3 Author: Ulrich Müller gentoo org> AuthorDate: Mon Oct 7 10:14:01 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Oct 7 10:15:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d325ff app-xemacs/ebuild-mode: Fix EMACSFLAGS Signed-off-by: Ulrich Müller gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-1.75-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.75-r1.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.75-r1.ebuild index f27511036509..ae998916fd8e 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.75-r1.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.75-r1.ebuild @@ -21,7 +21,7 @@ BDEPEND="${RDEPEND} test? ( >=app-editors/xemacs-21.5.35 )" EMACS="${EPREFIX}/usr/bin/xemacs" -EMACSFLAGS="-batch -q --no-site-file" +EMACSFLAGS="-batch -q -no-site-file" src_compile() { ${EMACS} ${EMACSFLAGS} \