diff options
author | Sam James <sam@gentoo.org> | 2024-04-16 00:08:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-16 00:08:35 +0100 |
commit | a96433fda303e40b30126207fa7bcac3bc8c7d92 (patch) | |
tree | 29a0e5f974069507da34c25c4ce26ab44f4f77a4 /net-misc | |
parent | net-misc/putty: Stabilize 0.81 sparc, #930083 (diff) | |
download | gentoo-a96433fda303e40b30126207fa7bcac3bc8c7d92.tar.gz gentoo-a96433fda303e40b30126207fa7bcac3bc8c7d92.tar.bz2 gentoo-a96433fda303e40b30126207fa7bcac3bc8c7d92.zip |
net-misc/putty: Stabilize 0.81 ppc, #930083
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/putty/putty-0.81.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/putty/putty-0.81.ebuild b/net-misc/putty/putty-0.81.ebuild index ef8297be996d..1f0859d66d6f 100644 --- a/net-misc/putty/putty-0.81.ebuild +++ b/net-misc/putty/putty-0.81.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://git.tartarus.org/simon/putty.git" else SRC_URI+=" https://the.earth.li/~sgtatham/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ppc ~ppc64 sparc ~x86" fi LICENSE="MIT" |