diff options
author | Sam James <sam@gentoo.org> | 2024-04-16 02:25:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-16 02:25:21 +0100 |
commit | cd5c269616d71334231fe90c30c01498df501459 (patch) | |
tree | 2d409be7765a6fb42a97d8968c0fce606e3b826e /net-misc | |
parent | app-arch/xz-utils: improve USE=pgo for 9999 (diff) | |
download | gentoo-cd5c269616d71334231fe90c30c01498df501459.tar.gz gentoo-cd5c269616d71334231fe90c30c01498df501459.tar.bz2 gentoo-cd5c269616d71334231fe90c30c01498df501459.zip |
net-misc/putty: Stabilize 0.81 ppc64, #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 1f0859d66d6f..537cdab62582 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" |