diff options
author | 2021-03-12 16:13:26 +0200 | |
---|---|---|
committer | 2021-03-12 16:49:52 +0200 | |
commit | c81b0cc0d6cb9b9392658fb461c989f13df2941a (patch) | |
tree | b61fa72d09534f46c5ac0012b002c3d867cb2761 /sys-cluster | |
parent | sys-cluster/glusterfs: stabilize 7.9 on amd64 (diff) | |
download | gentoo-c81b0cc0d6cb9b9392658fb461c989f13df2941a.tar.gz gentoo-c81b0cc0d6cb9b9392658fb461c989f13df2941a.tar.bz2 gentoo-c81b0cc0d6cb9b9392658fb461c989f13df2941a.zip |
sys-cluster/glusterfs: stabilize 7.9 on x86
Bug: https://bugs.gentoo.org/775410
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-7.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-7.9.ebuild b/sys-cluster/glusterfs/glusterfs-7.9.ebuild index 4ead6bd4f03d..45b362b492e5 100644 --- a/sys-cluster/glusterfs/glusterfs-7.9.ebuild +++ b/sys-cluster/glusterfs/glusterfs-7.9.ebuild @@ -12,7 +12,7 @@ if [[ ${PV#9999} != ${PV} ]]; then EGIT_REPO_URI="https://github.com/gluster/glusterfs.git" else SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 1)/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" fi DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" |