diff options
author | 2024-01-14 19:00:32 +0000 | |
---|---|---|
committer | 2024-01-14 19:00:32 +0000 | |
commit | 8324087c8a69f1b8d6379904d7e30a19e4f10237 (patch) | |
tree | a0ca7919a07e0a5132cced9226509ef64f2705f6 /sys-cluster | |
parent | app-portage/elt-patches: restrict tests (diff) | |
download | gentoo-8324087c8a69f1b8d6379904d7e30a19e4f10237.tar.gz gentoo-8324087c8a69f1b8d6379904d7e30a19e4f10237.tar.bz2 gentoo-8324087c8a69f1b8d6379904d7e30a19e4f10237.zip |
sys-cluster/glusterfs: Stabilize 10.5 amd64, #922122
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-10.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-10.5.ebuild b/sys-cluster/glusterfs/glusterfs-10.5.ebuild index 77d9b51ada6a..54ee9ad3204a 100644 --- a/sys-cluster/glusterfs/glusterfs-10.5.ebuild +++ b/sys-cluster/glusterfs/glusterfs-10.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |