diff options
author | Sam James <sam@gentoo.org> | 2023-07-30 19:58:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-30 19:58:54 +0100 |
commit | 98847f0fd132f02d849542b07a0214449784c49d (patch) | |
tree | b47d227248efde8c262e537b3ff7c9830060380b /sys-cluster/glusterfs | |
parent | toolchain-funcs.eclass: cleanup obsolete bits in tc-ld-force-bfd (diff) | |
download | gentoo-98847f0fd132f02d849542b07a0214449784c49d.tar.gz gentoo-98847f0fd132f02d849542b07a0214449784c49d.tar.bz2 gentoo-98847f0fd132f02d849542b07a0214449784c49d.zip |
sys-cluster/glusterfs: Stabilize 10.4 amd64, #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 eba608d0dc02..61046c91c618 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" |