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 59138138239 for ; Sun, 12 Apr 2020 10:53:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C0EE094A; Sun, 12 Apr 2020 10:53:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 03875E094A for ; Sun, 12 Apr 2020 10:52:59 +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 B0A3A34EEAC for ; Sun, 12 Apr 2020 10:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 446261D5 for ; Sun, 12 Apr 2020 10:52:56 +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: <1586688749.31d958d12f1ccf6c0e272da4677af7ce30c9bc4c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fuse/fuse-3.9.1.ebuild X-VCS-Directories: sys-fs/fuse/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 31d958d12f1ccf6c0e272da4677af7ce30c9bc4c X-VCS-Branch: master Date: Sun, 12 Apr 2020 10:52:56 +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: 84e60f53-6409-4bf8-99cc-e9fa056a67c3 X-Archives-Hash: 9e1a08d15ce2451005b3e7656f1079a5 commit: 31d958d12f1ccf6c0e272da4677af7ce30c9bc4c Author: Mart Raudsepp gentoo org> AuthorDate: Sun Apr 12 10:52:29 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Apr 12 10:52:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d958d1 sys-fs/fuse: arm64 stable (bug #717148) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> sys-fs/fuse/fuse-3.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/fuse/fuse-3.9.1.ebuild b/sys-fs/fuse/fuse-3.9.1.ebuild index a858b29b4ec..fd63bc8415f 100644 --- a/sys-fs/fuse/fuse-3.9.1.ebuild +++ b/sys-fs/fuse/fuse-3.9.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="+suid test" RESTRICT="!test? ( test )"