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 900D1158042 for ; Sun, 3 Nov 2024 17:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFA31E079C; Sun, 3 Nov 2024 17:54: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 A6448E079C for ; Sun, 3 Nov 2024 17:54: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 B7A07342F8E for ; Sun, 3 Nov 2024 17:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CCE2159D for ; Sun, 3 Nov 2024 17:54:15 +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: <1730656284.b162f560dc7630f69b9b1b9e8311c0349a000e88.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: b162f560dc7630f69b9b1b9e8311c0349a000e88 X-VCS-Branch: master Date: Sun, 3 Nov 2024 17:54:15 +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: a222d6b5-2ea6-422e-8e4f-40119d356e56 X-Archives-Hash: 4511a7e75ff822628bfb21ff80050298 commit: b162f560dc7630f69b9b1b9e8311c0349a000e88 Author: Ulrich Müller gentoo org> AuthorDate: Sun Nov 3 17:51:24 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 3 17:51:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=b162f560 app-xemacs/ebuild-mode: Require XEmacs 21.5 Signed-off-by: Ulrich Müller gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild index d462d78..ec1c5f5 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -17,16 +17,10 @@ S="${WORKDIR}/${PN}" LICENSE="GPL-2+" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND=">=app-editors/xemacs-21.4.24-r9 +RDEPEND=">=app-editors/xemacs-21.5.35 app-xemacs/sh-script" -BDEPEND="${RDEPEND} - test? ( || ( - >=app-editors/xemacs-21.5.35 - app-xemacs/test-harness - ) )" +BDEPEND="${RDEPEND}" EMACS="${EPREFIX}/usr/bin/xemacs" EMACSFLAGS="-batch -q --no-site-file"