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: Sun, 30 May 2021 07:21:04
Message-Id: 1622359226.051c926f7187d0150578e80d76d1406caa719abb.sam@gentoo
1 commit: 051c926f7187d0150578e80d76d1406caa719abb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 07:20:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 07:20:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051c926f
7
8 dev-cpp/robin-hood-hashing: Keyword 3.11.2 arm, #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 618570c165d..3d547b5ab0e 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 ~ppc64"
24 +KEYWORDS="~amd64 ~arm ~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"