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: Fri, 14 May 2021 20:17:58
Message-Id: 1621023470.549386fdb7ff58aa00f1f5e4270cc3b9feee61bc.sam@gentoo
1 commit: 549386fdb7ff58aa00f1f5e4270cc3b9feee61bc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 20:17:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 20:17:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549386fd
7
8 sys-cluster/glusterfs: Stabilize 8.4 amd64, #790227
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/glusterfs/glusterfs-8.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/glusterfs/glusterfs-8.4.ebuild b/sys-cluster/glusterfs/glusterfs-8.4.ebuild
16 index 2ac0b533dc9..9dfbdfeaea8 100644
17 --- a/sys-cluster/glusterfs/glusterfs-8.4.ebuild
18 +++ b/sys-cluster/glusterfs/glusterfs-8.4.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} )
20 inherit autotools elisp-common python-single-r1 systemd
21
22 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz"
23 -KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
25
26 DESCRIPTION="GlusterFS is a powerful network/cluster filesystem"
27 HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/"