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:47:10
Message-Id: 1618728421.eecb581a6a71344d43724750456b71fb75355d7f.sam@gentoo
1 commit: eecb581a6a71344d43724750456b71fb75355d7f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:47:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:47:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecb581a
7
8 net-misc/connect: Stabilize 1.105 amd64, #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 7fe49dfe989..60d98f7def7 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}"