diff options
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" |