diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-01 13:32:47 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-01 13:32:47 +0300 |
commit | 58041d7a32c1659d84781f68c413ce3255e42f51 (patch) | |
tree | d1f72ee00b0141a548dda75628dfb021efd24436 /sys-cluster | |
parent | media-video/pipewire: backport UB fix + musl module dir fix (diff) | |
download | gentoo-58041d7a32c1659d84781f68c413ce3255e42f51.tar.gz gentoo-58041d7a32c1659d84781f68c413ce3255e42f51.tar.bz2 gentoo-58041d7a32c1659d84781f68c413ce3255e42f51.zip |
sys-cluster/glusterfs: Stabilize 11.0-r2 ppc64, #913403
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-11.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-11.0-r2.ebuild b/sys-cluster/glusterfs/glusterfs-11.0-r2.ebuild index e37cab54571a..f2b72e6cbaff 100644 --- a/sys-cluster/glusterfs/glusterfs-11.0-r2.ebuild +++ b/sys-cluster/glusterfs/glusterfs-11.0-r2.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" |