diff options
author | 2023-12-20 08:23:50 +0200 | |
---|---|---|
committer | 2023-12-20 08:23:50 +0200 | |
commit | 2e5212e022461a05d1494b577b967fa2399c051a (patch) | |
tree | 04b9aa35707ecd2288e472029b8124e5faa7fae1 /net-misc | |
parent | net-misc/putty: Stabilize 0.80 ppc, #920340 (diff) | |
download | gentoo-2e5212e022461a05d1494b577b967fa2399c051a.tar.gz gentoo-2e5212e022461a05d1494b577b967fa2399c051a.tar.bz2 gentoo-2e5212e022461a05d1494b577b967fa2399c051a.zip |
net-misc/putty: Stabilize 0.80 x86, #920340
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-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 7038ed53beae..fe26145e4df8 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" |