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 E5594158090 for ; Thu, 19 May 2022 10:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BF23E0845; Thu, 19 May 2022 10:35:59 +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 E61B9E0845 for ; Thu, 19 May 2022 10:35:58 +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 0D66134139A for ; Thu, 19 May 2022 10:35:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C07BE485 for ; Thu, 19 May 2022 10:35:54 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1652956542.79fecbd246ffe28650faf95ab9d0da8429d6d602.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-10.1-r1.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 79fecbd246ffe28650faf95ab9d0da8429d6d602 X-VCS-Branch: master Date: Thu, 19 May 2022 10:35:54 +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: 330d3881-e22a-447d-9c60-fd22d3256059 X-Archives-Hash: 0d47ae0a474b639762851a008c6e885e commit: 79fecbd246ffe28650faf95ab9d0da8429d6d602 Author: WANG Xuerui gentoo org> AuthorDate: Thu May 19 10:35:32 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu May 19 10:35:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fecbd2 sys-cluster/glusterfs: keyword 10.1-r1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-cluster/glusterfs/glusterfs-10.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-10.1-r1.ebuild b/sys-cluster/glusterfs/glusterfs-10.1-r1.ebuild index 4dc7d85c5f57..3f4d8708aa01 100644 --- a/sys-cluster/glusterfs/glusterfs-10.1-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-10.1-r1.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 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv x86" IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs tcmalloc test +xml"