From 5d62460e3cd3351d2f6c57ec2fa22b233e1824c8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 25 Apr 2024 23:16:58 +0100 Subject: [PATCH] app-shells/posh-git: Stabilize 1.1.0 amd64, #930687 Signed-off-by: Sam James --- app-shells/posh-git/posh-git-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/posh-git/posh-git-1.1.0.ebuild b/app-shells/posh-git/posh-git-1.1.0.ebuild index 72a1c2f7cce4f..724e3cda75768 100644 --- a/app-shells/posh-git/posh-git-1.1.0.ebuild +++ b/app-shells/posh-git/posh-git-1.1.0.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 @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/dahlbyk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="MIT"