Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/
Date: Sat, 08 Dec 2018 09:36:42
Message-Id: 1544261549.b28ac4cf5f0bd948334b5018b7fc398447745087.slyfox@gentoo
1 commit: b28ac4cf5f0bd948334b5018b7fc398447745087
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 09:32:29 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 09:32:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28ac4cf
7
8 sys-cluster/glusterfs: stable 4.1.5 for ppc, bug #653070
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-cluster/glusterfs/glusterfs-4.1.5.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild b/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild
18 index 9110a2d46e7..5e31d5eab43 100644
19 --- a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild
20 +++ b/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,7 +12,7 @@ if [[ ${PV#9999} != ${PV} ]]; then
28 EGIT_REPO_URI="https://github.com/gluster/glusterfs.git"
29 else
30 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut '1-2')/${PV}/${P}.tar.gz"
31 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
32 + KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
33 fi
34
35 DESCRIPTION="GlusterFS is a powerful network/cluster filesystem"