dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r2 arm64, #939008

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-09-05 01:04:16 +01:00
parent 574d177961
commit e19f4e6ebc
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -5,7 +5,7 @@ EAPI=7
inherit cmake
KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
KEYWORDS="amd64 arm arm64 ~loong ~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"