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 172661382C5 for ; Sun, 13 May 2018 22:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C817BE0821; Sun, 13 May 2018 22:06:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A4BC0E0821 for ; Sun, 13 May 2018 22:06:50 +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 5E805335CA9 for ; Sun, 13 May 2018 22:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A982B8 for ; Sun, 13 May 2018 22:06:46 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1526249174.4f41ab84f9966fa8810f0fcd183a1d3a7cb64b35.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-4.0.0-r1.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4f41ab84f9966fa8810f0fcd183a1d3a7cb64b35 X-VCS-Branch: master Date: Sun, 13 May 2018 22:06:46 +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: a9d85ce8-259d-4e57-9620-471ffb19f845 X-Archives-Hash: 14003acfbef27acfe9d13fd03d257fb8 commit: 4f41ab84f9966fa8810f0fcd183a1d3a7cb64b35 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun May 13 21:56:01 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun May 13 22:06:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f41ab84 sys-cluster/glusterfs: x86 stable (bug #653796) Package-Manager: Portage-2.3.34, Repoman-2.3.9 sys-cluster/glusterfs/glusterfs-4.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-4.0.0-r1.ebuild b/sys-cluster/glusterfs/glusterfs-4.0.0-r1.ebuild index 9d29f16de07..1d325fd1f99 100644 --- a/sys-cluster/glusterfs/glusterfs-4.0.0-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-4.0.0-r1.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}/$(get_version_component_range '1-2')/${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"