From 0b1059080d780120b2c1917d4540228500f1d2e2 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 31 Oct 2024 21:02:53 -0400 Subject: [PATCH] dev-cpp/robin-hood-hashing: Reorder variables Signed-off-by: Matt Turner --- .../robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild | 5 ++--- 1 file 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 a6b31ac34f703..af33088be0d75 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" )