commit: f2522a0bd30c4b2f46660acb802462101aa1e937 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 15 23:08:33 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 15 23:08:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2522a0b
net-misc/putty: Stabilize 0.81 sparc, #930083 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/putty/putty-0.81.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/putty/putty-0.81.ebuild b/net-misc/putty/putty-0.81.ebuild index 777cb2365198..ef8297be996d 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"