From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1287871-garchives=archives.gentoo.org@lists.gentoo.org> 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 25B441382C5 for <garchives@archives.gentoo.org>; Sun, 30 May 2021 07:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43724E077D; Sun, 30 May 2021 07:21:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 27F8EE077D for <gentoo-commits@lists.gentoo.org>; Sun, 30 May 2021 07:21:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8D752340E5F for <gentoo-commits@lists.gentoo.org>; Sun, 30 May 2021 07:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC2A959C for <gentoo-commits@lists.gentoo.org>; Sun, 30 May 2021 07:20:59 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1622359226.051c926f7187d0150578e80d76d1406caa719abb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-hood-hashing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild X-VCS-Directories: dev-cpp/robin-hood-hashing/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 051c926f7187d0150578e80d76d1406caa719abb X-VCS-Branch: master Date: Sun, 30 May 2021 07:20:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c64d3126-df81-4fd2-b82d-960618a189b5 X-Archives-Hash: 55c581bd1869c3dd4cf097bbf513b0a3 commit: 051c926f7187d0150578e80d76d1406caa719abb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 30 07:20:26 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 30 07:20:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051c926f dev-cpp/robin-hood-hashing: Keyword 3.11.2 arm, #792360 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild index 618570c165d..3d547b5ab0e 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm ~ppc64" SRC_URI="https://github.com/martinus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20"