From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1473666-garchives=archives.gentoo.org@lists.gentoo.org> 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 5C75C15800F for <garchives@archives.gentoo.org>; Tue, 3 Jan 2023 18:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA363E088C; Tue, 3 Jan 2023 18:32:15 +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 91FE5E088C for <gentoo-commits@lists.gentoo.org>; Tue, 3 Jan 2023 18:32:15 +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 B9165340C74 for <gentoo-commits@lists.gentoo.org>; Tue, 3 Jan 2023 18:32:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB7077FF for <gentoo-commits@lists.gentoo.org>; Tue, 3 Jan 2023 18:32:11 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1672770714.b4ae5ee29bf946b459699b181d61b8342dcfe325.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/csharp-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild X-VCS-Directories: app-emacs/csharp-mode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b4ae5ee29bf946b459699b181d61b8342dcfe325 X-VCS-Branch: master Date: Tue, 3 Jan 2023 18:32:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: daf70ca0-30e1-4e51-8117-62bb16b07620 X-Archives-Hash: 8ead2256136bf534227a11c85584e7da commit: b4ae5ee29bf946b459699b181d61b8342dcfe325 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 3 18:31:54 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 3 18:31:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ae5ee2 app-emacs/csharp-mode: Stabilize 2.0.0 ALLARCHES, #889571 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild b/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild index d5c9237a3a7f..38b6550b6d21 100644 --- a/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild +++ b/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/emacs-csharp/${PN}/archive/refs/tags/${PV}.tar.gz -> LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" RESTRICT="test" # tries to install an old version of dash from the network DOCS=( README.org )