From d4f08f9ea1aa7881ffa21c4402aedfdf1ec6474d Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 4 Apr 2024 02:07:01 +0100 Subject: [PATCH] app-eselect/eselect-pwsh: Stabilize 0.1.1 arm, #928546 Signed-off-by: Sam James --- 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 ef0db889fba08..ed7222ce18149 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"