diff options
author | 2023-07-31 03:01:50 +0100 | |
---|---|---|
committer | 2023-07-31 03:01:50 +0100 | |
commit | 1c957902ba151d2a0ad85376a4b13c26b4df316a (patch) | |
tree | 0499f022c308206a8931b183362c7216e9216aae /sys-cluster | |
parent | www-apps/nikola: Stabilize 8.2.3-r2 amd64, #911505 (diff) | |
download | gentoo-1c957902ba151d2a0ad85376a4b13c26b4df316a.tar.gz gentoo-1c957902ba151d2a0ad85376a4b13c26b4df316a.tar.bz2 gentoo-1c957902ba151d2a0ad85376a4b13c26b4df316a.zip |
sys-cluster/glusterfs: Stabilize 10.4 x86, #911506
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-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 2848dea503a0..a386a0e05b29 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" |