From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 824901382C5 for ; Sat, 27 Jun 2020 19:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEBFFE0905; Sat, 27 Jun 2020 19:06:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 771A3E0905 for ; Sat, 27 Jun 2020 19:06:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A9A734ED80 for ; Sat, 27 Jun 2020 19:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFE4E29A for ; Sat, 27 Jun 2020 19:06:07 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1593284764.5815f31c726ee7269130423c4c914bc38e69cec2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-6.8.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5815f31c726ee7269130423c4c914bc38e69cec2 X-VCS-Branch: master Date: Sat, 27 Jun 2020 19:06:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 554a1cf7-6997-45a4-938e-043e6fac6f30 X-Archives-Hash: f7900c58b92dccb0fd6c3ce0551b2961 commit: 5815f31c726ee7269130423c4c914bc38e69cec2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 27 19:05:59 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 27 19:06:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5815f31c sys-cluster/glusterfs: stable 6.8 for ppc/ppc64 stable wrt bug # Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> sys-cluster/glusterfs/glusterfs-6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-6.8.ebuild b/sys-cluster/glusterfs/glusterfs-6.8.ebuild index 67483262f94..75c496e8940 100644 --- a/sys-cluster/glusterfs/glusterfs-6.8.ebuild +++ b/sys-cluster/glusterfs/glusterfs-6.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)/${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"