diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-02 16:23:23 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-02 16:23:23 +0100 |
commit | 7d9c16a6883491333a08ce95c851e92f7c679035 (patch) | |
tree | 9900ff83ac543d21ba8485993ca5b12b5397bb28 /sys-cluster/glusterfs | |
parent | net-vpn/strongswan: Stabilize 5.9.5 amd64, #832508 (diff) | |
download | gentoo-7d9c16a6883491333a08ce95c851e92f7c679035.tar.gz gentoo-7d9c16a6883491333a08ce95c851e92f7c679035.tar.bz2 gentoo-7d9c16a6883491333a08ce95c851e92f7c679035.zip |
sys-cluster/glusterfs: Stabilize 9.4 amd64, #832574
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-9.4.ebuild b/sys-cluster/glusterfs/glusterfs-9.4.ebuild index a259a27a6aa4..7221ab3503b6 100644 --- a/sys-cluster/glusterfs/glusterfs-9.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |