From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66CAE138334 for ; Fri, 26 Oct 2018 00:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAE8DE08BB; Fri, 26 Oct 2018 00:52:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E422E08BB for ; Fri, 26 Oct 2018 00:52:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 126F5335CEC for ; Fri, 26 Oct 2018 00:52:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CADA5454 for ; Fri, 26 Oct 2018 00:52:33 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1540515113.1f084f9dfbd122fa1fe9e18a03327eb1d5a8711f.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sshpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sshpass/sshpass-1.06.ebuild X-VCS-Directories: net-misc/sshpass/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 1f084f9dfbd122fa1fe9e18a03327eb1d5a8711f X-VCS-Branch: master Date: Fri, 26 Oct 2018 00:52:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac65fbf5-5924-42bc-b755-66505604ce95 X-Archives-Hash: 9e5cda3b443a95d719c8fb8a77c5db5d commit: 1f084f9dfbd122fa1fe9e18a03327eb1d5a8711f Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 26 00:38:58 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 26 00:51:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f084f9d net-misc/sshpass: x86 stable (bug #669056) Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> net-misc/sshpass/sshpass-1.06.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/sshpass/sshpass-1.06.ebuild b/net-misc/sshpass/sshpass-1.06.ebuild index a1096135e19..d611b4f7c45 100644 --- a/net-misc/sshpass/sshpass-1.06.ebuild +++ b/net-misc/sshpass/sshpass-1.06.ebuild @@ -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 x86 ~x64-macos" IUSE="" RDEPEND="net-misc/openssh"