dev-cpp/robin-hood-hashing: amd64 stable wrt bug #839963

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2022-04-24 08:30:16 +02:00
parent bcbbfaa8a2
commit 2c720d19c7

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"