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 C7D4E1382C5 for ; Sat, 31 Mar 2018 18:50:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD345E0B5E; Sat, 31 Mar 2018 18:50:19 +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 96CB6E0B5E for ; Sat, 31 Mar 2018 18:50:19 +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 318FD335D7A for ; Sat, 31 Mar 2018 18:50:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60FF6273 for ; Sat, 31 Mar 2018 18:50:16 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1522522172.103e622b0da52406eaf563bbd7ff709bafb5f751.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/sshfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/sshfs/sshfs-2.10-r1.ebuild net-fs/sshfs/sshfs-3.3.1.ebuild X-VCS-Directories: net-fs/sshfs/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 103e622b0da52406eaf563bbd7ff709bafb5f751 X-VCS-Branch: master Date: Sat, 31 Mar 2018 18:50:16 +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: d312c741-414c-4e36-a68c-f5026529a9b9 X-Archives-Hash: 38a6af903eea87b554e8a1624074984c commit: 103e622b0da52406eaf563bbd7ff709bafb5f751 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 17:36:23 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:49:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103e622b net-fs/sshfs: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7757 net-fs/sshfs/sshfs-2.10-r1.ebuild | 2 +- net-fs/sshfs/sshfs-3.3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/sshfs/sshfs-2.10-r1.ebuild b/net-fs/sshfs/sshfs-2.10-r1.ebuild index 687a6819045..4beedc9b7be 100644 --- a/net-fs/sshfs/sshfs-2.10-r1.ebuild +++ b/net-fs/sshfs/sshfs-2.10-r1.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/libfuse/sshfs" SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" CDEPEND=">=sys-fs/fuse-2.6.0_pre3:0 diff --git a/net-fs/sshfs/sshfs-3.3.1.ebuild b/net-fs/sshfs/sshfs-3.3.1.ebuild index 5de09d00ec8..577eab09162 100644 --- a/net-fs/sshfs/sshfs-3.3.1.ebuild +++ b/net-fs/sshfs/sshfs-3.3.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/libfuse/sshfs" SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" CDEPEND=">=sys-fs/fuse-3.1.0:3