diff options
author | Sam James <sam@gentoo.org> | 2021-11-12 20:54:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-12 20:54:21 +0000 |
commit | 08002dcc186ad0165933ff7a313f2ba07b691609 (patch) | |
tree | f4c05c78baac6a42335ce40e7b10afb97d77b627 /sys-cluster/glusterfs | |
parent | sys-cluster/glusterfs: Stabilize 8.6 ppc, #823233 (diff) | |
download | gentoo-08002dcc186ad0165933ff7a313f2ba07b691609.tar.gz gentoo-08002dcc186ad0165933ff7a313f2ba07b691609.tar.bz2 gentoo-08002dcc186ad0165933ff7a313f2ba07b691609.zip |
sys-cluster/glusterfs: Stabilize 8.6 ppc64, #823233
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-8.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-8.6.ebuild b/sys-cluster/glusterfs/glusterfs-8.6.ebuild index 90465e8dfa5b..c7511166ef8b 100644 --- a/sys-cluster/glusterfs/glusterfs-8.6.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.6.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" |