mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-cpp/robin-hood-hashing: Reorder variables
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -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" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user