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 C5FDE138330 for ; Sat, 6 Aug 2016 07:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB7B4E0B39; Sat, 6 Aug 2016 07:37:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35A81E0B3A for ; Sat, 6 Aug 2016 07:37:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EFBC340BA2 for ; Sat, 6 Aug 2016 07:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 620652444 for ; Sat, 6 Aug 2016 07:37:48 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1470468795.14326655dea408c5480cd838e1aef0e60c3a9b81.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/autossh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/autossh/autossh-1.4e.ebuild X-VCS-Directories: net-misc/autossh/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 14326655dea408c5480cd838e1aef0e60c3a9b81 X-VCS-Branch: master Date: Sat, 6 Aug 2016 07:37:48 +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: f073a617-3db1-4f2a-8a90-de31391ef3f0 X-Archives-Hash: d7a3fc198dc3d30ca6937afe211ad9ad commit: 14326655dea408c5480cd838e1aef0e60c3a9b81 Author: Tim Harder gentoo org> AuthorDate: Sat Aug 6 07:33:15 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Aug 6 07:33:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14326655 net-misc/autossh: stabilize 1.4e net-misc/autossh/autossh-1.4e.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/autossh/autossh-1.4e.ebuild b/net-misc/autossh/autossh-1.4e.ebuild index 7e60c99..617b414 100644 --- a/net-misc/autossh/autossh-1.4e.ebuild +++ b/net-misc/autossh/autossh-1.4e.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://www.harding.motd.ca/autossh/" SRC_URI="http://www.harding.motd.ca/${PN}/${P}.tgz" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" SLOT="0" RDEPEND="net-misc/openssh"