diff options
author | Sam James <sam@gentoo.org> | 2023-12-20 03:44:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-20 03:44:36 +0000 |
commit | 2e299f2b0dae0a3a4681bc5a9bb6f098607551ce (patch) | |
tree | 73fa8348b61422892687c9475c6f67481c3c4d6b /net-misc/putty | |
parent | net-p2p/amule: Stabilize 2.3.3-r2 ppc64, #920236 (diff) | |
download | gentoo-2e299f2b0dae0a3a4681bc5a9bb6f098607551ce.tar.gz gentoo-2e299f2b0dae0a3a4681bc5a9bb6f098607551ce.tar.bz2 gentoo-2e299f2b0dae0a3a4681bc5a9bb6f098607551ce.zip |
net-misc/putty: Stabilize 0.80 amd64, #920340
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/putty-0.80.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/putty/putty-0.80.ebuild b/net-misc/putty/putty-0.80.ebuild index b846bc1a58a4..0e725d8e762b 100644 --- a/net-misc/putty/putty-0.80.ebuild +++ b/net-misc/putty/putty-0.80.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" |