diff options
author | Sam James <sam@gentoo.org> | 2024-09-04 02:56:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-04 02:56:46 +0100 |
commit | 2582e51d723a1cf4f445178eae6baa9dbb173729 (patch) | |
tree | f2c136ac9460bc586ffdaac131343745082caa4d /dev-cpp | |
parent | dev-vcs/pre-commit: Stabilize 3.8.0 x86, #938985 (diff) | |
download | gentoo-2582e51d723a1cf4f445178eae6baa9dbb173729.tar.gz gentoo-2582e51d723a1cf4f445178eae6baa9dbb173729.tar.bz2 gentoo-2582e51d723a1cf4f445178eae6baa9dbb173729.zip |
dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r2 arm, #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 9e31bea3b72a..a9db2e41f8d3 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" |