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 5C6411396D9 for ; Sun, 22 Oct 2017 16:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A74CE0BFD; Sun, 22 Oct 2017 16:35:27 +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 55209E0BFD for ; Sun, 22 Oct 2017 16:35:27 +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 215D433BF44 for ; Sun, 22 Oct 2017 16:35:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB6EE805 for ; Sun, 22 Oct 2017 16:35:24 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1508690116.ef7befbdb532c1876eb4591797cf8987c98411e8.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-3.12.2.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ef7befbdb532c1876eb4591797cf8987c98411e8 X-VCS-Branch: master Date: Sun, 22 Oct 2017 16:35:24 +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-Archives-Salt: 4d97e85b-f9d7-4fd9-88a4-2342fa914094 X-Archives-Hash: 1f9757749fecc1d0ab0635eadb96c325 commit: ef7befbdb532c1876eb4591797cf8987c98411e8 Author: James Le Cuirot gentoo org> AuthorDate: Sun Oct 22 16:21:47 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Oct 22 16:35:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7befbd sys-cluster/glusterfs: Add ~arm keyword Tested quite heavily. Package-Manager: Portage-2.3.12, Repoman-2.3.2 sys-cluster/glusterfs/glusterfs-3.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-3.12.2.ebuild b/sys-cluster/glusterfs/glusterfs-3.12.2.ebuild index 3811ea410c4..f5220e9f181 100644 --- a/sys-cluster/glusterfs/glusterfs-3.12.2.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.12.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(get_version_component_ LICENSE="|| ( GPL-2 LGPL-3+ )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="bd-xlator crypt-xlator debug emacs +fuse +georeplication glupy infiniband qemu-block rsyslog static-libs +syslog systemtap test +tiering vim-syntax +xml" REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} )