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 16BB81382C5 for ; Fri, 12 Mar 2021 14:50:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AC7AE08F1; Fri, 12 Mar 2021 14:50:03 +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 19E6FE08F1 for ; Fri, 12 Mar 2021 14:50:03 +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 CD658335CD7 for ; Fri, 12 Mar 2021 14:50:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69DF7590 for ; Fri, 12 Mar 2021 14:50:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1615560592.c81b0cc0d6cb9b9392658fb461c989f13df2941a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-7.9.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c81b0cc0d6cb9b9392658fb461c989f13df2941a X-VCS-Branch: master Date: Fri, 12 Mar 2021 14:50:00 +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: d24145e6-67cd-4446-817c-51801904bec1 X-Archives-Hash: abc597228c5e22db8a013e0597acef3c commit: c81b0cc0d6cb9b9392658fb461c989f13df2941a Author: Joonas Niilola gentoo org> AuthorDate: Fri Mar 12 14:13:26 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Mar 12 14:49:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81b0cc0 sys-cluster/glusterfs: stabilize 7.9 on x86 Bug: https://bugs.gentoo.org/775410 Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/glusterfs/glusterfs-7.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-7.9.ebuild b/sys-cluster/glusterfs/glusterfs-7.9.ebuild index 4ead6bd4f03..45b362b492e 100644 --- a/sys-cluster/glusterfs/glusterfs-7.9.ebuild +++ b/sys-cluster/glusterfs/glusterfs-7.9.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"