diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 06:47:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:47:01 +0000 |
commit | eecb581a6a71344d43724750456b71fb75355d7f (patch) | |
tree | 71cc9c675936d14ef2caefa2465cad11b521881b /net-misc | |
parent | media-libs/sdl-gfx: Stabilize 2.0.26-r1 amd64, #783594 (diff) | |
download | gentoo-eecb581a6a71344d43724750456b71fb75355d7f.tar.gz gentoo-eecb581a6a71344d43724750456b71fb75355d7f.tar.bz2 gentoo-eecb581a6a71344d43724750456b71fb75355d7f.zip |
net-misc/connect: Stabilize 1.105 amd64, #783597
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-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 7fe49dfe989c..60d98f7def78 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}" |