diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:39:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:39:16 +0200 |
commit | b265b0261d688761c0738f2f1bafec8b266769a9 (patch) | |
tree | 16f10aa4d50654fa79c7308ecb6364a3ff320b8d /sys-cluster/glusterfs | |
parent | net-wireless/aircrack-ng: x86 stable wrt bug #743550 (diff) | |
download | gentoo-b265b0261d688761c0738f2f1bafec8b266769a9.tar.gz gentoo-b265b0261d688761c0738f2f1bafec8b266769a9.tar.bz2 gentoo-b265b0261d688761c0738f2f1bafec8b266769a9.zip |
sys-cluster/glusterfs: x86 stable wrt bug #746956
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-7.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-7.7.ebuild b/sys-cluster/glusterfs/glusterfs-7.7.ebuild index 46872b8175c8..184736b866d0 100644 --- a/sys-cluster/glusterfs/glusterfs-7.7.ebuild +++ b/sys-cluster/glusterfs/glusterfs-7.7.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" |