diff options
author | Sam James <sam@gentoo.org> | 2021-08-05 15:03:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-05 15:03:48 +0100 |
commit | 64b8dfa46d1a145be6bd731f22d9d03eac59ea62 (patch) | |
tree | e538cd80858609231658a42d2e3e7ebffe004c69 /dev-cpp/robin-hood-hashing | |
parent | dev-util/spirv-tools: Stabilize 2021.1 amd64, #806444 (diff) | |
download | gentoo-64b8dfa46d1a145be6bd731f22d9d03eac59ea62.tar.gz gentoo-64b8dfa46d1a145be6bd731f22d9d03eac59ea62.tar.bz2 gentoo-64b8dfa46d1a145be6bd731f22d9d03eac59ea62.zip |
dev-cpp/robin-hood-hashing: Stabilize 3.11.2 amd64, #806444
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/robin-hood-hashing')
-rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild index 40abc80f6978..8eb1d73ebc07 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -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" |