diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 09:43:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 09:43:11 +0200 |
commit | 3eaa8ac7b5d93bfb3b23c86e71d2cf95a0021a82 (patch) | |
tree | c22f590a5cd65b6cd29a978a821f8f168793f37d | |
parent | net-misc/ices: x86 stable wrt bug #681460 (diff) | |
download | gentoo-3eaa8ac7b5d93bfb3b23c86e71d2cf95a0021a82.tar.gz gentoo-3eaa8ac7b5d93bfb3b23c86e71d2cf95a0021a82.tar.bz2 gentoo-3eaa8ac7b5d93bfb3b23c86e71d2cf95a0021a82.zip |
sys-cluster/glusterfs: x86 stable wrt bug #670088
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-4.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild b/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild index 6b3e8ff11b90..61cb827c0e8f 100644 --- a/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild +++ b/sys-cluster/glusterfs/glusterfs-4.1.8.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-2')/${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" |