diff options
author | Sam James <sam@gentoo.org> | 2024-04-25 23:16:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-25 23:16:58 +0100 |
commit | 5d62460e3cd3351d2f6c57ec2fa22b233e1824c8 (patch) | |
tree | 4d17868a6d7ec74df405f2bbbbf8bb884c9029ea /app-shells/posh-git | |
parent | app-shells/posh-dotnet: Stabilize 1.2.3 amd64, #930687 (diff) | |
download | gentoo-5d62460e3cd3351d2f6c57ec2fa22b233e1824c8.tar.gz gentoo-5d62460e3cd3351d2f6c57ec2fa22b233e1824c8.tar.bz2 gentoo-5d62460e3cd3351d2f6c57ec2fa22b233e1824c8.zip |
app-shells/posh-git: Stabilize 1.1.0 amd64, #930687
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/posh-git')
-rw-r--r-- | app-shells/posh-git/posh-git-1.1.0.ebuild | 4 |
1 files 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 72a1c2f7cce4..724e3cda7576 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" |