From: Georgy Yakovlev Date: Mon, 24 Feb 2020 07:53:35 +0000 (-0800) Subject: net-misc/sshpass: keyword on ~ppc64 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9bc7dca27b4d5312603d14733343e562d198aec4;p=gentoo.git net-misc/sshpass: keyword on ~ppc64 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev --- diff --git a/net-misc/sshpass/sshpass-1.06.ebuild b/net-misc/sshpass/sshpass-1.06.ebuild index 4bb6e7ad9c11..c2e5df13fa4f 100644 --- a/net-misc/sshpass/sshpass-1.06.ebuild +++ b/net-misc/sshpass/sshpass-1.06.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 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 ~arm64 x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos" IUSE="" RDEPEND="net-misc/openssh"