Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/
Date: Wed, 02 Feb 2022 15:23:44
Message-Id: 1643815403.7d9c16a6883491333a08ce95c851e92f7c679035.jsmolic@gentoo
1 commit: 7d9c16a6883491333a08ce95c851e92f7c679035
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 15:23:23 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 15:23:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9c16a6
7
8 sys-cluster/glusterfs: Stabilize 9.4 amd64, #832574
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sys-cluster/glusterfs/glusterfs-9.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-cluster/glusterfs/glusterfs-9.4.ebuild b/sys-cluster/glusterfs/glusterfs-9.4.ebuild
16 index a259a27a6aa4..7221ab3503b6 100644
17 --- a/sys-cluster/glusterfs/glusterfs-9.4.ebuild
18 +++ b/sys-cluster/glusterfs/glusterfs-9.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.
26
27 LICENSE="|| ( GPL-2 LGPL-3+ )"
28 SLOT="0/${PV%%.*}"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
31
32 IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog test +xml"