diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-22 09:43:34 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-22 09:43:34 -0400 |
commit | c209099a0326bda912c0cd9c2f9ca31bd8c9ede7 (patch) | |
tree | 2001dc1d26e42637e150eea2a1f541d209282986 /net-misc/sshpass | |
parent | media-tv/kodi: 18.2 version bump (diff) | |
download | gentoo-c209099a0326bda912c0cd9c2f9ca31bd8c9ede7.tar.gz gentoo-c209099a0326bda912c0cd9c2f9ca31bd8c9ede7.tar.bz2 gentoo-c209099a0326bda912c0cd9c2f9ca31bd8c9ede7.zip |
net-misc/sshpass: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-misc/sshpass')
-rw-r--r-- | net-misc/sshpass/sshpass-1.05.ebuild | 4 | ||||
-rw-r--r-- | net-misc/sshpass/sshpass-1.06.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/sshpass/sshpass-1.05.ebuild b/net-misc/sshpass/sshpass-1.05.ebuild index b7bcea5622ea..0e949b82869e 100644 --- a/net-misc/sshpass/sshpass-1.05.ebuild +++ b/net-misc/sshpass/sshpass-1.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos" IUSE="" RDEPEND="net-misc/openssh" diff --git a/net-misc/sshpass/sshpass-1.06.ebuild b/net-misc/sshpass/sshpass-1.06.ebuild index d611b4f7c453..4bb6e7ad9c11 100644 --- a/net-misc/sshpass/sshpass-1.06.ebuild +++ b/net-misc/sshpass/sshpass-1.06.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos" IUSE="" RDEPEND="net-misc/openssh" |