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 78229158089 for ; Fri, 13 Oct 2023 14:14:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4191C2BC02F; Fri, 13 Oct 2023 14:14:36 +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 1F9F02BC030 for ; Fri, 13 Oct 2023 14:14:36 +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 0E918335CD6 for ; Fri, 13 Oct 2023 14:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD4B9123E for ; Fri, 13 Oct 2023 14:14:31 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1697206465.2c195fb9a8956cccd1cc35f0bad9bfd0d516fe50.arthurzam@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.67.ebuild X-VCS-Directories: app-xemacs/ebuild-mode/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2c195fb9a8956cccd1cc35f0bad9bfd0d516fe50 X-VCS-Branch: master Date: Fri, 13 Oct 2023 14:14:31 +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: 50d4e6aa-bd32-40ae-a46c-cbdfb5f0bae8 X-Archives-Hash: 3e8ab486cc99d3337a31b9cb2a289330 commit: 2c195fb9a8956cccd1cc35f0bad9bfd0d516fe50 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 13 14:14:25 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 13 14:14:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c195fb9 app-xemacs/ebuild-mode: Stabilize 1.67 ALLARCHES, #915676 Signed-off-by: Arthur Zamarin gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-1.67.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.67.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.67.ebuild index db4d01173c23..4a7840d99efd 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.67.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.67.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="amd64 ~hppa x86" RDEPEND=">=app-editors/xemacs-21.4.20-r5 app-xemacs/sh-script"