diff options
author | Sam James <sam@gentoo.org> | 2022-12-18 12:11:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-18 12:11:12 +0000 |
commit | 2f05d67afa9b79e685d0d27459435b2cd0452ea2 (patch) | |
tree | a738b3c62506957fc9e26ed137f954d94b1c994e /net-misc | |
parent | net-libs/libpsl: Stabilize 0.21.1-r1 ppc64, #886775 (diff) | |
download | gentoo-2f05d67afa9b79e685d0d27459435b2cd0452ea2.tar.gz gentoo-2f05d67afa9b79e685d0d27459435b2cd0452ea2.tar.bz2 gentoo-2f05d67afa9b79e685d0d27459435b2cd0452ea2.zip |
net-misc/sshpass: Stabilize 1.09 x86, #886777
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sshpass/sshpass-1.09.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/sshpass/sshpass-1.09.ebuild b/net-misc/sshpass/sshpass-1.09.ebuild index 60b38381706a..8e3fc30acdf9 100644 --- a/net-misc/sshpass/sshpass-1.09.ebuild +++ b/net-misc/sshpass/sshpass-1.09.ebuild @@ -9,6 +9,6 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" RDEPEND="net-misc/openssh" |