dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r1 arm64, #839963

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-04-22 21:52:41 +03:00
parent 3be78ba654
commit 23e50cc607

View File

@@ -5,7 +5,7 @@ EAPI=7
inherit cmake
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"