diff options
author | 2024-09-04 02:56:47 +0100 | |
---|---|---|
committer | 2024-09-04 02:56:47 +0100 | |
commit | e3577dc5ba3b4340ecbc5f9c0d01471c4474685b (patch) | |
tree | 8f3e95cbb4b10d68f353c3e3a4dfab8b6e6ce363 /dev-cpp | |
parent | dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r2 arm, #939008 (diff) | |
download | gentoo-e3577dc5ba3b4340ecbc5f9c0d01471c4474685b.tar.gz gentoo-e3577dc5ba3b4340ecbc5f9c0d01471c4474685b.tar.bz2 gentoo-e3577dc5ba3b4340ecbc5f9c0d01471c4474685b.zip |
dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r2 amd64, #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 a9db2e41f8d3..08f58fdc80eb 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" |