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 0E571138359 for ; Wed, 30 Sep 2020 01:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B8BBE0BEE; Wed, 30 Sep 2020 01:49:09 +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 EF596E0BEE for ; Wed, 30 Sep 2020 01:49:08 +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 6CEF1335D07 for ; Wed, 30 Sep 2020 01:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA1DF330 for ; Wed, 30 Sep 2020 01:49:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1601430379.e528ae98c1c2baf93a91dc2d9c91f9159e99f845.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ganglia/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ganglia/ganglia-3.7.1-r2.ebuild X-VCS-Directories: sys-cluster/ganglia/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e528ae98c1c2baf93a91dc2d9c91f9159e99f845 X-VCS-Branch: master Date: Wed, 30 Sep 2020 01:49:05 +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: 86a486a4-31d0-4423-9658-06e62f4197f4 X-Archives-Hash: b9588454a8ea64b4eedbd847affda7dd commit: e528ae98c1c2baf93a91dc2d9c91f9159e99f845 Author: Sam James gentoo org> AuthorDate: Wed Sep 30 01:46:19 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 30 01:46:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e528ae98 sys-cluster/ganglia: Keyword 3.7.1-r2 arm64, #691468 Signed-off-by: Sam James gentoo.org> sys-cluster/ganglia/ganglia-3.7.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ganglia/ganglia-3.7.1-r2.ebuild b/sys-cluster/ganglia/ganglia-3.7.1-r2.ebuild index 797fb243a14..a5c08bf4977 100644 --- a/sys-cluster/ganglia/ganglia-3.7.1-r2.ebuild +++ b/sys-cluster/ganglia/ganglia-3.7.1-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/ganglia/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="minimal pcre python examples" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"