diff options
author | 2024-04-17 07:53:36 +0100 | |
---|---|---|
committer | 2024-04-17 07:53:36 +0100 | |
commit | 99dad2cabdc8dd18efa6b89077efe94132efdd5e (patch) | |
tree | aa16c096e91169fa9274d37c7c6fd878afc2ad82 /net-misc/putty | |
parent | dev-libs/openssl: Stabilize 3.0.13-r2 x86, #930057 (diff) | |
download | gentoo-99dad2cabdc8dd18efa6b89077efe94132efdd5e.tar.gz gentoo-99dad2cabdc8dd18efa6b89077efe94132efdd5e.tar.bz2 gentoo-99dad2cabdc8dd18efa6b89077efe94132efdd5e.zip |
net-misc/putty: Stabilize 0.81 x86, #930083
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/putty')
-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 537cdab62582..380c946e01c6 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" |