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 0B626138334 for ; Wed, 23 Jan 2019 13:41:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7640CE0A6E; Wed, 23 Jan 2019 13:41:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5611AE0A6E for ; Wed, 23 Jan 2019 13:41:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8C570335D26 for ; Wed, 23 Jan 2019 13:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3FFA52B for ; Wed, 23 Jan 2019 13:41:50 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1548250266.9a30af76b53f37cc83c3d03ffafbf4333314e5cb.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libssh/libssh-0.8.5.ebuild X-VCS-Directories: net-libs/libssh/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9a30af76b53f37cc83c3d03ffafbf4333314e5cb X-VCS-Branch: master Date: Wed, 23 Jan 2019 13:41:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0156b1b4-28d2-4620-9c98-ac412476cdf7 X-Archives-Hash: cc5f2abace006ce054e19fb33d7129f8 commit: 9a30af76b53f37cc83c3d03ffafbf4333314e5cb Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jan 23 13:31:06 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jan 23 13:31:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a30af76 net-libs/libssh: arm stable wrt bug #673100 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-libs/libssh/libssh-0.8.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libssh/libssh-0.8.5.ebuild b/net-libs/libssh/libssh-0.8.5.ebuild index 230827a4e3c..0860487e1bb 100644 --- a/net-libs/libssh/libssh-0.8.5.ebuild +++ b/net-libs/libssh/libssh-0.8.5.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then else inherit eapi7-ver SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1"