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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5124158042 for ; Sun, 3 Nov 2024 18:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EF75E07F6; Sun, 3 Nov 2024 18:42:03 +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 E79C2E07F6 for ; Sun, 3 Nov 2024 18:42:02 +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 02555340BEF for ; Sun, 3 Nov 2024 18:42:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97ECC159D for ; Sun, 3 Nov 2024 18:42:00 +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: <1730659275.3c825ad5ec4b4f9a8675084903ddfb804283e1ac.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: 3c825ad5ec4b4f9a8675084903ddfb804283e1ac X-VCS-Branch: master Date: Sun, 3 Nov 2024 18:42:00 +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: 1c4f1b50-92cb-4a65-b16d-890fa377fc9b X-Archives-Hash: cb7b68ed464f2192d3ec150330f7d377 commit: 3c825ad5ec4b4f9a8675084903ddfb804283e1ac Author: Ulrich Müller gentoo org> AuthorDate: Sun Nov 3 18:41:15 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 3 18:41:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=3c825ad5 app-xemacs/ebuild-mode: Fix EMACSFLAGS Signed-off-by: Ulrich Müller gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild index ec1c5f5..793656a 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -23,7 +23,7 @@ RDEPEND=">=app-editors/xemacs-21.5.35 BDEPEND="${RDEPEND}" EMACS="${EPREFIX}/usr/bin/xemacs" -EMACSFLAGS="-batch -q --no-site-file" +EMACSFLAGS="-batch -q -no-site-file" src_compile() { ${EMACS} ${EMACSFLAGS} \