summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-04 02:56:46 +0100
committerSam James <sam@gentoo.org>2024-09-04 02:56:46 +0100
commit2582e51d723a1cf4f445178eae6baa9dbb173729 (patch)
treef2c136ac9460bc586ffdaac131343745082caa4d /dev-cpp
parentdev-vcs/pre-commit: Stabilize 3.8.0 x86, #938985 (diff)
downloadgentoo-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.ebuild2
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"