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 D26DB138334 for ; Wed, 31 Oct 2018 17:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04FA6E0AD3; Wed, 31 Oct 2018 17:18:02 +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 D3A90E0AD3 for ; Wed, 31 Oct 2018 17:18:01 +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 0B2AF335CE7 for ; Wed, 31 Oct 2018 17:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73B4644C for ; Wed, 31 Oct 2018 17:17:57 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1541006176.13fd85ae9a6f05235d3f6b70b5a6e40f2d1cf8e1.maekke@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.4.ebuild X-VCS-Directories: net-libs/libssh/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 13fd85ae9a6f05235d3f6b70b5a6e40f2d1cf8e1 X-VCS-Branch: master Date: Wed, 31 Oct 2018 17:17:57 +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: 80c04856-bb2f-40cd-a969-7af9f38824cc X-Archives-Hash: 536a5f5190b31bacf2a3e152edf57567 commit: 13fd85ae9a6f05235d3f6b70b5a6e40f2d1cf8e1 Author: Markus Meier gentoo org> AuthorDate: Wed Oct 31 17:16:16 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Oct 31 17:16:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fd85ae net-libs/libssh: arm stable, bug #668788 Signed-off-by: Markus Meier gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" net-libs/libssh/libssh-0.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libssh/libssh-0.8.4.ebuild b/net-libs/libssh/libssh-0.8.4.ebuild index 28d8a92cd74..407643de5b5 100644 --- a/net-libs/libssh/libssh-0.8.4.ebuild +++ b/net-libs/libssh/libssh-0.8.4.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"