diff options
author | Sam James <sam@gentoo.org> | 2022-12-03 10:54:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-03 10:54:19 +0000 |
commit | ffb7289efb541dc6c85ca8c8e24e8823fe82dba1 (patch) | |
tree | b5040e4cf6899e00342764ce92556f513303c1e9 /net-misc/putty/putty-0.78.ebuild | |
parent | net-mail/mu: Stabilize 1.8.11 arm64, #884113 (diff) | |
download | gentoo-ffb7289efb541dc6c85ca8c8e24e8823fe82dba1.tar.gz gentoo-ffb7289efb541dc6c85ca8c8e24e8823fe82dba1.tar.bz2 gentoo-ffb7289efb541dc6c85ca8c8e24e8823fe82dba1.zip |
net-misc/putty: Stabilize 0.78 sparc, #884117
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/putty/putty-0.78.ebuild')
-rw-r--r-- | net-misc/putty/putty-0.78.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/putty/putty-0.78.ebuild b/net-misc/putty/putty-0.78.ebuild index ed19f6dcc9ae..3ae9e04f3a16 100644 --- a/net-misc/putty/putty-0.78.ebuild +++ b/net-misc/putty/putty-0.78.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" |