summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-30 07:20:26 +0000
committerSam James <sam@gentoo.org>2021-05-30 07:20:26 +0000
commit051c926f7187d0150578e80d76d1406caa719abb (patch)
tree91cfb7fbebc8da79fe7a05c3a16b4ab9f5a74502 /dev-cpp
parentmedia-tv/tvbrowser-bin: Remove tvbrowser-bin-4.2.2.ebuild (diff)
downloadgentoo-051c926f7187d0150578e80d76d1406caa719abb.tar.gz
gentoo-051c926f7187d0150578e80d76d1406caa719abb.tar.bz2
gentoo-051c926f7187d0150578e80d76d1406caa719abb.zip
dev-cpp/robin-hood-hashing: Keyword 3.11.2 arm, #792360
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 618570c165d3..3d547b5ab0e1 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"