diff options
author | 2023-07-30 19:58:56 +0100 | |
---|---|---|
committer | 2023-07-30 19:58:56 +0100 | |
commit | fc1248d74260f4440ea6a790a61361560c6ca1ff (patch) | |
tree | ebdcde34b5882b4e58068049aa4e11f1a42e1203 /sys-cluster/glusterfs | |
parent | sys-cluster/glusterfs: Stabilize 10.4 amd64, #911506 (diff) | |
download | gentoo-fc1248d74260f4440ea6a790a61361560c6ca1ff.tar.gz gentoo-fc1248d74260f4440ea6a790a61361560c6ca1ff.tar.bz2 gentoo-fc1248d74260f4440ea6a790a61361560c6ca1ff.zip |
sys-cluster/glusterfs: Stabilize 10.4 ppc64, #911506
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-10.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-10.4.ebuild b/sys-cluster/glusterfs/glusterfs-10.4.ebuild index 61046c91c618..2848dea503a0 100644 --- a/sys-cluster/glusterfs/glusterfs-10.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-10.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 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86" IUSE="debug emacs +fuse georeplication ipv6 +libtirpc rsyslog selinux static-libs tcmalloc test +uring xml" |