diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-24 08:30:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-24 08:30:16 +0200 |
commit | 2c720d19c788401ee7b37894cb2d5e2ca64a69e1 (patch) | |
tree | 87639d0ac1b9c386a3f245b9b63b77e0958217ce /dev-cpp | |
parent | media-sound/alsa-utils: amd64 stable wrt bug #838145 (diff) | |
download | gentoo-2c720d19c788401ee7b37894cb2d5e2ca64a69e1.tar.gz gentoo-2c720d19c788401ee7b37894cb2d5e2ca64a69e1.tar.bz2 gentoo-2c720d19c788401ee7b37894cb2d5e2ca64a69e1.zip |
dev-cpp/robin-hood-hashing: amd64 stable wrt bug #839963
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp')
-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 2942313d8604..bb2e614d2ccf 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" |