diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-10-31 21:02:53 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-10-31 21:10:20 -0400 |
commit | 0b1059080d780120b2c1917d4540228500f1d2e2 (patch) | |
tree | ade49dcfba1910d33183265265993a60cf9e4ad6 /dev-cpp | |
parent | dev-cpp/robin-hood-hashing: Reassign to vulkan@ (diff) | |
download | gentoo-0b1059080d780120b2c1917d4540228500f1d2e2.tar.gz gentoo-0b1059080d780120b2c1917d4540228500f1d2e2.tar.bz2 gentoo-0b1059080d780120b2c1917d4540228500f1d2e2.zip |
dev-cpp/robin-hood-hashing: Reorder variables
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 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 a6b31ac34f70..af33088be0d7 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,14 +5,13 @@ EAPI=7 inherit cmake -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" HOMEPAGE="https://github.com/martinus/robin-hood-hashing" +SRC_URI="https://github.com/martinus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" PATCHES=( "${FILESDIR}/${PN}-include-cstdint.patch" ) |