diff options
author | Sam James <sam@gentoo.org> | 2022-02-02 22:24:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-02 22:24:42 +0000 |
commit | 19672c9e9738424a61459afd9353e10508e145a7 (patch) | |
tree | d0077672ffc36779527aa84e830e4005c42d693b /sys-cluster/glusterfs | |
parent | app-shells/fzf: Stabilize 0.28.0 amd64, #832589 (diff) | |
download | gentoo-19672c9e9738424a61459afd9353e10508e145a7.tar.gz gentoo-19672c9e9738424a61459afd9353e10508e145a7.tar.bz2 gentoo-19672c9e9738424a61459afd9353e10508e145a7.zip |
sys-cluster/glusterfs: Stabilize 9.4 x86, #832574
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-9.4.ebuild b/sys-cluster/glusterfs/glusterfs-9.4.ebuild index 7221ab3503b6..0484186a757c 100644 --- a/sys-cluster/glusterfs/glusterfs-9.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9.4.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 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog test +xml" |