diff options
author | Sam James <sam@gentoo.org> | 2024-09-05 01:04:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-05 01:04:16 +0100 |
commit | e19f4e6ebc085dc348d62d2f2382da9d85d387ae (patch) | |
tree | 895fdc60bf47bbd5eb78d401d312f8801ac1067c /dev-cpp | |
parent | app-text/pandoc-bin: Stabilize 3.3 arm64, #938981 (diff) | |
download | gentoo-e19f4e6ebc085dc348d62d2f2382da9d85d387ae.tar.gz gentoo-e19f4e6ebc085dc348d62d2f2382da9d85d387ae.tar.bz2 gentoo-e19f4e6ebc085dc348d62d2f2382da9d85d387ae.zip |
dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r2 arm64, #939008
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.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild index a3cb06e4716a..cc77a55b6b9f 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild @@ -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" |