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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1D96158086 for ; Fri, 12 Nov 2021 20:54:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26AA22BC0AB; Fri, 12 Nov 2021 20:54:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39667E096A for ; Fri, 12 Nov 2021 20:54:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C0E3342DF3 for ; Fri, 12 Nov 2021 20:54:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E682F163 for ; Fri, 12 Nov 2021 20:54:34 +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: <1636750458.5d201e0a02f58383e13ed73cf1b8c71efb16dd63.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.6.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d201e0a02f58383e13ed73cf1b8c71efb16dd63 X-VCS-Branch: master Date: Fri, 12 Nov 2021 20:54:34 +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: 2726355e-5503-4acd-89b6-41297fff8b9c X-Archives-Hash: 32e411ee0da4da1ec6048810a7449b84 commit: 5d201e0a02f58383e13ed73cf1b8c71efb16dd63 Author: Sam James gentoo org> AuthorDate: Fri Nov 12 20:54:18 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 12 20:54:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d201e0a sys-cluster/glusterfs: Stabilize 8.6 ppc, #823233 Signed-off-by: Sam James gentoo.org> sys-cluster/glusterfs/glusterfs-8.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-8.6.ebuild b/sys-cluster/glusterfs/glusterfs-8.6.ebuild index 0b2f2992320..90465e8dfa5 100644 --- a/sys-cluster/glusterfs/glusterfs-8.6.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.6.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}. LICENSE="|| ( GPL-2 LGPL-3+ )" SLOT="0/${PV%%.*}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog test +xml"