Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-hood-hashing/
Date: Mon, 31 May 2021 14:18:01
Message-Id: 1622470624.0595bf8ba2c1398e7d48677f51d05f0650e02ad6.sam@gentoo
1 commit: 0595bf8ba2c1398e7d48677f51d05f0650e02ad6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 14:17:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 14:17:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0595bf8b
7
8 dev-cpp/robin-hood-hashing: Keyword 3.11.2 arm64, #792360
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index 3d547b5ab0e..13577d90c00 100644
17 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild
18 +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -KEYWORDS="~amd64 ~arm ~ppc64"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
25 SRC_URI="https://github.com/martinus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 DESCRIPTION="Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20"