summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-06 01:26:24 +0100
committerSam James <sam@gentoo.org>2021-08-06 01:26:24 +0100
commit8b74d1286d4e43eaf1d10d90e6379f0df86cb50a (patch)
tree1d440cf52e065baba0ce7b3848e63fde6d4c0090 /dev-cpp
parentdev-util/spirv-tools: Stabilize 2021.1 arm, #806444 (diff)
downloadgentoo-8b74d1286d4e43eaf1d10d90e6379f0df86cb50a.tar.gz
gentoo-8b74d1286d4e43eaf1d10d90e6379f0df86cb50a.tar.bz2
gentoo-8b74d1286d4e43eaf1d10d90e6379f0df86cb50a.zip
dev-cpp/robin-hood-hashing: Stabilize 3.11.2 arm, #806444
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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 7dba16955b3c..fae5973519b0 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 ~arm ~arm64 ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86"
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"