diff options
author | Sam James <sam@gentoo.org> | 2021-05-15 02:01:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-15 02:01:48 +0000 |
commit | 73e4b389ca5d19ed400760ccbd359663c9cc967d (patch) | |
tree | a8d58f7369d4c824157ed0cdbef8d1cd99e290bd /sys-cluster/glusterfs | |
parent | dev-perl/Data-Compare: Stabilize 1.270.0-r1 x86, #790179 (diff) | |
download | gentoo-73e4b389ca5d19ed400760ccbd359663c9cc967d.tar.gz gentoo-73e4b389ca5d19ed400760ccbd359663c9cc967d.tar.bz2 gentoo-73e4b389ca5d19ed400760ccbd359663c9cc967d.zip |
sys-cluster/glusterfs: Stabilize 8.4 x86, #790227
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-8.4.ebuild b/sys-cluster/glusterfs/glusterfs-8.4.ebuild index 9dfbdfeaea82..eb0826d32139 100644 --- a/sys-cluster/glusterfs/glusterfs-8.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} ) inherit autotools elisp-common python-single-r1 systemd 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" DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/" |