From: Mikle Kolyada Date: Sun, 2 Dec 2018 18:05:52 +0000 (+0300) Subject: sys-cluster/glusterfs: amd64 stable wrt bug #653070 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4c78bc4d7ba1cfe1846c768d7855cfaf97a2c841;p=gentoo.git sys-cluster/glusterfs: amd64 stable wrt bug #653070 Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/sys-cluster/glusterfs/glusterfs-4.0.2.ebuild b/sys-cluster/glusterfs/glusterfs-4.0.2.ebuild index 0ee1825274ab..fd1498eb3770 100644 --- a/sys-cluster/glusterfs/glusterfs-4.0.2.ebuild +++ b/sys-cluster/glusterfs/glusterfs-4.0.2.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=6 @@ -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}/$(get_version_component_range '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"