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 3A31A158041 for ; Thu, 4 Apr 2024 01:07:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FE3CE2A3C; Thu, 4 Apr 2024 01:07:46 +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 E1C8DE2A3C for ; Thu, 4 Apr 2024 01:07:45 +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 6DAEB343252 for ; Thu, 4 Apr 2024 01:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8E1C1678 for ; Thu, 4 Apr 2024 01:07:41 +0000 (UTC) From: "Sam James" 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" Message-ID: <1712192821.d4f08f9ea1aa7881ffa21c4402aedfdf1ec6474d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pwsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild X-VCS-Directories: app-eselect/eselect-pwsh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d4f08f9ea1aa7881ffa21c4402aedfdf1ec6474d X-VCS-Branch: master Date: Thu, 4 Apr 2024 01:07:41 +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: c95aa8aa-8e8b-43a5-9145-4abe100f657f X-Archives-Hash: 6b3f6afb62a54be6a00c7eb9f1591c56 commit: d4f08f9ea1aa7881ffa21c4402aedfdf1ec6474d Author: Sam James gentoo org> AuthorDate: Thu Apr 4 01:07:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 4 01:07:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f08f9e app-eselect/eselect-pwsh: Stabilize 0.1.1 arm, #928546 Signed-off-by: Sam James gentoo.org> app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild index ef0db889fba0..ed7222ce1814 100644 --- a/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild +++ b/app-eselect/eselect-pwsh/eselect-pwsh-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64" +KEYWORDS="amd64 arm ~arm64" RDEPEND="app-admin/eselect"