diff options
author | Sam James <sam@gentoo.org> | 2021-03-11 13:33:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-11 13:33:03 +0000 |
commit | 055934228e3519ccd333e397fb45267c9e48dbe0 (patch) | |
tree | 63808ea0b4d6def8be0c6b10d09d8ab77230ebd1 /sys-cluster | |
parent | sys-cluster/glusterfs: Stabilize 7.9 ppc, #775410 (diff) | |
download | gentoo-055934228e3519ccd333e397fb45267c9e48dbe0.tar.gz gentoo-055934228e3519ccd333e397fb45267c9e48dbe0.tar.bz2 gentoo-055934228e3519ccd333e397fb45267c9e48dbe0.zip |
sys-cluster/glusterfs: Stabilize 8.3 ppc, #775410
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-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 f8603e0e9ea4..f56d0d2bed29 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" |