diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-08 09:32:29 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-08 09:32:29 +0000 |
commit | b28ac4cf5f0bd948334b5018b7fc398447745087 (patch) | |
tree | 649f582d470328cd1390fb477245c268710e1b58 /sys-cluster/glusterfs | |
parent | app-text/unrtf: stable 0.21.10 for ppc, bug #604908 (diff) | |
download | gentoo-b28ac4cf5f0bd948334b5018b7fc398447745087.tar.gz gentoo-b28ac4cf5f0bd948334b5018b7fc398447745087.tar.bz2 gentoo-b28ac4cf5f0bd948334b5018b7fc398447745087.zip |
sys-cluster/glusterfs: stable 4.1.5 for ppc, bug #653070
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-4.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild b/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild index 9110a2d46e73..5e31d5eab436 100644 --- a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild +++ b/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |