diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-22 21:52:41 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-22 21:52:41 +0300 |
commit | 23e50cc60722eb204dd1c9746cb6c7d9c57733be (patch) | |
tree | 621de9efc46dc288b6c95aa4b7eff3f6dda37ba3 /dev-cpp/robin-hood-hashing | |
parent | dev-python/pooch: disable doc generation (diff) | |
download | gentoo-23e50cc60722eb204dd1c9746cb6c7d9c57733be.tar.gz gentoo-23e50cc60722eb204dd1c9746cb6c7d9c57733be.tar.bz2 gentoo-23e50cc60722eb204dd1c9746cb6c7d9c57733be.zip |
dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r1 arm64, #839963
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp/robin-hood-hashing')
-rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild index e45607b887c1..2942313d8604 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild @@ -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" |