Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connect/
Date: Sun, 18 Apr 2021 06:45:30
Message-Id: 1618728322.35ec5c9b1ccfa83263576872eb2d964149756d12.sam@gentoo
1 commit: 35ec5c9b1ccfa83263576872eb2d964149756d12
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:45:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:45:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ec5c9b
7
8 net-misc/connect: Stabilize 1.105 x86, #783597
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/connect/connect-1.105.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/connect/connect-1.105.ebuild b/net-misc/connect/connect-1.105.ebuild
16 index b1c4c97f5b6..7fe49dfe989 100644
17 --- a/net-misc/connect/connect-1.105.ebuild
18 +++ b/net-misc/connect/connect-1.105.ebuild
19 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/gotoh/ssh-connect"
20 SRC_URI="https://github.com/gotoh/ssh-connect/archive/${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="GPL-2+"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~ppc64 x86"
25
26 S="${WORKDIR}/ssh-connect-${PV}"