Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/
Date: Sat, 30 Mar 2019 10:46:38
Message-Id: 1553942724.fbb80aa123c0009129fff90f380bbf5f09a7c8b3.ago@gentoo
1 commit: fbb80aa123c0009129fff90f380bbf5f09a7c8b3
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 10:45:24 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 10:45:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb80aa1
7
8 sys-cluster/glusterfs: amd64 stable wrt bug #670088
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 sys-cluster/glusterfs/glusterfs-4.1.8.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild b/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild
18 index 5137f1ba4fb..b6b9a5597e9 100644
19 --- a/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild
20 +++ b/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild
21 @@ -12,7 +12,7 @@ if [[ ${PV#9999} != ${PV} ]]; then
22 EGIT_REPO_URI="https://github.com/gluster/glusterfs.git"
23 else
24 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut '1-2')/${PV}/${P}.tar.gz"
25 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
27 fi
28
29 DESCRIPTION="GlusterFS is a powerful network/cluster filesystem"