diff options
author | Sam James <sam@gentoo.org> | 2021-02-12 09:56:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-12 09:56:58 +0000 |
commit | 80f5faff95db774cd412408afb8faceb268c7ee9 (patch) | |
tree | f7531f0aa9b0f40c25a9cfa978d870d8605f41bd /sys-cluster | |
parent | sys-fs/eudev: Stabilize 3.2.10 x86, #769713 (diff) | |
download | gentoo-80f5faff95db774cd412408afb8faceb268c7ee9.tar.gz gentoo-80f5faff95db774cd412408afb8faceb268c7ee9.tar.bz2 gentoo-80f5faff95db774cd412408afb8faceb268c7ee9.zip |
sys-cluster/glusterfs: Stabilize 7.8-r1 x86, #770160
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild b/sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild index 0da6efef8911..e4d8c4ec789a 100644 --- a/sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-7.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |