From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63895158042 for ; Fri, 1 Nov 2024 01:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A22D9E08D0; Fri, 1 Nov 2024 01:10:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 863E4E08D0 for ; Fri, 1 Nov 2024 01:10:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92DEC343022 for ; Fri, 1 Nov 2024 01:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4A7111DF for ; Fri, 1 Nov 2024 01:10:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1730423420.0b1059080d780120b2c1917d4540228500f1d2e2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-hood-hashing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild X-VCS-Directories: dev-cpp/robin-hood-hashing/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0b1059080d780120b2c1917d4540228500f1d2e2 X-VCS-Branch: master Date: Fri, 1 Nov 2024 01:10:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ba9629b-36f5-44e2-b285-2d3c71a6af19 X-Archives-Hash: f21c7ff0d633df7b9135fdca8bfab971 commit: 0b1059080d780120b2c1917d4540228500f1d2e2 Author: Matt Turner gentoo org> AuthorDate: Fri Nov 1 01:02:53 2024 +0000 Commit: Matt Turner gentoo 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 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" )