commit: 0b1059080d780120b2c1917d4540228500f1d2e2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Nov 1 01:02:53 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Nov 1 01:10:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b105908
dev-cpp/robin-hood-hashing: Reorder variables Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-cpp/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 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" )
