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 805611382C5 for ; Tue, 30 Jun 2020 06:34:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38A94E09A6; Tue, 30 Jun 2020 06:34:25 +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 2108DE09A6 for ; Tue, 30 Jun 2020 06:34:25 +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 8746434F39B for ; Tue, 30 Jun 2020 06:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8309B2C6 for ; Tue, 30 Jun 2020 06:34:20 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1593498822.8f3c9acedc1c72996d6dfe18e298cb518a042a19.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-6.8.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8f3c9acedc1c72996d6dfe18e298cb518a042a19 X-VCS-Branch: master Date: Tue, 30 Jun 2020 06:34:20 +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: 1b6dc151-0ec0-4ee9-ab66-0cbcd77d9a00 X-Archives-Hash: 5272a9b85b2a55b7b0f36ac354d2300a commit: 8f3c9acedc1c72996d6dfe18e298cb518a042a19 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jun 30 06:33:42 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jun 30 06:33:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3c9ace sys-cluster/glusterfs: x86 stable wrt bug #713194 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> sys-cluster/glusterfs/glusterfs-6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-6.8.ebuild b/sys-cluster/glusterfs/glusterfs-6.8.ebuild index 75c496e8940..766aac8d9a8 100644 --- a/sys-cluster/glusterfs/glusterfs-6.8.ebuild +++ b/sys-cluster/glusterfs/glusterfs-6.8.ebuild @@ -12,7 +12,7 @@ if [[ ${PV#9999} != ${PV} ]]; then EGIT_REPO_URI="https://github.com/gluster/glusterfs.git" else SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" fi DESCRIPTION="GlusterFS is a powerful network/cluster filesystem"