diff options
author | 2021-03-12 16:24:30 +0200 | |
---|---|---|
committer | 2021-03-12 16:49:52 +0200 | |
commit | bf0eb1e3a03a5de6c7473bfe4c5654d4e47933bc (patch) | |
tree | c1f54dc00686ec31038b33e3ed2d905777e1ce8c /sys-cluster/glusterfs | |
parent | sys-cluster/glusterfs: stabilize 7.9 on x86 (diff) | |
download | gentoo-bf0eb1e3a03a5de6c7473bfe4c5654d4e47933bc.tar.gz gentoo-bf0eb1e3a03a5de6c7473bfe4c5654d4e47933bc.tar.bz2 gentoo-bf0eb1e3a03a5de6c7473bfe4c5654d4e47933bc.zip |
sys-cluster/glusterfs: stabilize 8.3 on amd64
Bug: https://bugs.gentoo.org/775410
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-8.3.ebuild b/sys-cluster/glusterfs/glusterfs-8.3.ebuild index 110cccef4441..f768960fa30b 100644 --- a/sys-cluster/glusterfs/glusterfs-8.3.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.3.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" |