Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/
Date: Wed, 02 Feb 2022 22:25:04
Message-Id: 1643840682.19672c9e9738424a61459afd9353e10508e145a7.sam@gentoo
1 commit: 19672c9e9738424a61459afd9353e10508e145a7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 22:24:42 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 22:24:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19672c9e
7
8 sys-cluster/glusterfs: Stabilize 9.4 x86, #832574
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/glusterfs/glusterfs-9.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/glusterfs/glusterfs-9.4.ebuild b/sys-cluster/glusterfs/glusterfs-9.4.ebuild
16 index 7221ab3503b6..0484186a757c 100644
17 --- a/sys-cluster/glusterfs/glusterfs-9.4.ebuild
18 +++ b/sys-cluster/glusterfs/glusterfs-9.4.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.
20
21 LICENSE="|| ( GPL-2 LGPL-3+ )"
22 SLOT="0/${PV%%.*}"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
25
26 IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog test +xml"