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 0991513835B for ; Sat, 15 May 2021 02:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61AE5E0967; Sat, 15 May 2021 02:02:01 +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 490F8E0967 for ; Sat, 15 May 2021 02:02: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 7596133BDF4 for ; Sat, 15 May 2021 02:02:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29240787 for ; Sat, 15 May 2021 02:01:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1621044108.73e4b389ca5d19ed400760ccbd359663c9cc967d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-8.4.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73e4b389ca5d19ed400760ccbd359663c9cc967d X-VCS-Branch: master Date: Sat, 15 May 2021 02:01:59 +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: de0a785e-3ccf-43b5-8390-58a3d55688b9 X-Archives-Hash: a6b79ac41f9ef726288aca16050c7203 commit: 73e4b389ca5d19ed400760ccbd359663c9cc967d Author: Sam James gentoo org> AuthorDate: Sat May 15 02:01:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 15 02:01:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e4b389 sys-cluster/glusterfs: Stabilize 8.4 x86, #790227 Signed-off-by: Sam James gentoo.org> sys-cluster/glusterfs/glusterfs-8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-8.4.ebuild b/sys-cluster/glusterfs/glusterfs-8.4.ebuild index 9dfbdfeaea8..eb0826d3213 100644 --- a/sys-cluster/glusterfs/glusterfs-8.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} ) inherit autotools elisp-common python-single-r1 systemd 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" DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/"