diff options
author | 2024-05-02 00:37:07 +0100 | |
---|---|---|
committer | 2024-05-02 00:37:07 +0100 | |
commit | 3002e89027bc39b19332f950be142b5c1ccb091d (patch) | |
tree | d588163aa1de3396ce247acdf261088f38ad7f48 /app-shells/fsh | |
parent | app-office/denaro: Stabilize 2024.2.0 amd64, #931054 (diff) | |
download | gentoo-3002e89027bc39b19332f950be142b5c1ccb091d.tar.gz gentoo-3002e89027bc39b19332f950be142b5c1ccb091d.tar.bz2 gentoo-3002e89027bc39b19332f950be142b5c1ccb091d.zip |
app-shells/fsh: Stabilize 1.0.0_p20220816 amd64, #931054
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/fsh')
-rw-r--r-- | app-shells/fsh/fsh-1.0.0_p20220816.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/fsh/fsh-1.0.0_p20220816.ebuild b/app-shells/fsh/fsh-1.0.0_p20220816.ebuild index 3e243823663e..6e984143f78f 100644 --- a/app-shells/fsh/fsh-1.0.0_p20220816.ebuild +++ b/app-shells/fsh/fsh-1.0.0_p20220816.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 @@ -283,7 +283,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${PN^^}-${COMMIT}" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi SRC_URI+=" ${NUGET_URIS} " |