diff options
author | Sam James <sam@gentoo.org> | 2021-05-31 15:17:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-31 15:17:04 +0100 |
commit | 0595bf8ba2c1398e7d48677f51d05f0650e02ad6 (patch) | |
tree | cd031afe9e6c24278c97c8aa99ace2cac06b8768 /dev-cpp/robin-hood-hashing | |
parent | dev-python/cloudscraper: unindent by 1 level in RDEPEND (diff) | |
download | gentoo-0595bf8ba2c1398e7d48677f51d05f0650e02ad6.tar.gz gentoo-0595bf8ba2c1398e7d48677f51d05f0650e02ad6.tar.bz2 gentoo-0595bf8ba2c1398e7d48677f51d05f0650e02ad6.zip |
dev-cpp/robin-hood-hashing: Keyword 3.11.2 arm64, #792360
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/robin-hood-hashing')
-rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild | 2 |
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 3d547b5ab0e1..13577d90c006 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 ~ppc64" +KEYWORDS="~amd64 ~arm ~arm64 ~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" |