diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 12:37:09 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 12:37:09 +0200 |
commit | 0cd3c8e0f39f2428c3ad79e3224bf7fdebd403ca (patch) | |
tree | 6f2627647ffff505889b370dfa3cf0623acc54bb /net-misc | |
parent | sys-libs/kpmcore: drop 22.04.3 (diff) | |
download | gentoo-0cd3c8e0f39f2428c3ad79e3224bf7fdebd403ca.tar.gz gentoo-0cd3c8e0f39f2428c3ad79e3224bf7fdebd403ca.tar.bz2 gentoo-0cd3c8e0f39f2428c3ad79e3224bf7fdebd403ca.zip |
net-misc/putty: Stabilize 0.78 amd64, #884117
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-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 0ab42a478fce..ed19f6dcc9ae 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" |