diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 06:45:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:45:22 +0000 |
commit | 35ec5c9b1ccfa83263576872eb2d964149756d12 (patch) | |
tree | 723cfc189275a334c1ebb22b922a20968de2293b /net-misc/connect | |
parent | media-libs/sdl-gfx: Stabilize 2.0.26-r1 x86, #783594 (diff) | |
download | gentoo-35ec5c9b1ccfa83263576872eb2d964149756d12.tar.gz gentoo-35ec5c9b1ccfa83263576872eb2d964149756d12.tar.bz2 gentoo-35ec5c9b1ccfa83263576872eb2d964149756d12.zip |
net-misc/connect: Stabilize 1.105 x86, #783597
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/connect')
-rw-r--r-- | net-misc/connect/connect-1.105.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connect/connect-1.105.ebuild b/net-misc/connect/connect-1.105.ebuild index b1c4c97f5b62..7fe49dfe989c 100644 --- a/net-misc/connect/connect-1.105.ebuild +++ b/net-misc/connect/connect-1.105.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/gotoh/ssh-connect" SRC_URI="https://github.com/gotoh/ssh-connect/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 x86" S="${WORKDIR}/ssh-connect-${PV}" |