Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/
Date: Thu, 29 Sep 2022 08:45:02
Message-Id: 1664440684.2a14c4322fdc36b750d8170fd4c0baa6c14530ba.matthew@gentoo
1 commit: 2a14c4322fdc36b750d8170fd4c0baa6c14530ba
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 08:38:04 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 08:38:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a14c432
7
8 net-misc/putty: Stabilize 0.77-r2 ppc, #869317
9
10 Suggested-by: ernsteiwuerfel <erhard_f <AT> mailbox.org>
11 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
12
13 net-misc/putty/putty-0.77-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/putty/putty-0.77-r2.ebuild b/net-misc/putty/putty-0.77-r2.ebuild
17 index f064771f6cea..f3873e1fcf7f 100644
18 --- a/net-misc/putty/putty-0.77-r2.ebuild
19 +++ b/net-misc/putty/putty-0.77-r2.ebuild
20 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
21 EGIT_REPO_URI="https://git.tartarus.org/simon/putty.git"
22 else
23 SRC_URI+=" https://the.earth.li/~sgtatham/${PN}/${PV}/${P}.tar.gz"
24 - KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ppc64 sparc x86"
25 + KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
26 fi
27 LICENSE="MIT"