diff options
author | 2023-05-10 03:29:27 +0100 | |
---|---|---|
committer | 2023-05-10 03:29:27 +0100 | |
commit | 2b9e776c6676ea7d36afe758ed14d235818f5bda (patch) | |
tree | 62934b1a1e59689e48e28f169cdff0f3c6d5d0e6 /sys-cluster/glusterfs | |
parent | sys-cluster/glusterfs: cleanup obsolete Pythons (diff) | |
download | gentoo-2b9e776c6676ea7d36afe758ed14d235818f5bda.tar.gz gentoo-2b9e776c6676ea7d36afe758ed14d235818f5bda.tar.bz2 gentoo-2b9e776c6676ea7d36afe758ed14d235818f5bda.zip |
sys-cluster/glusterfs: destabilize 10.4 for ~ppc64
10.4 had this as stable accidentally.
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 b93d5a3ce447..ec87d6ad8ebb 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" |