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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC42D15808B for ; Mon, 28 Feb 2022 07:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41709E0878; Mon, 28 Feb 2022 07:06:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17C0EE086C for ; Mon, 28 Feb 2022 07:06:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23F5F343564 for ; Mon, 28 Feb 2022 07:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3848431A for ; Mon, 28 Feb 2022 07:06:24 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1646031750.2d32dd3d50c8a1f3c835dd5640a3ea7afc2df5eb.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-map/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/robin-map/robin-map-0.6.3.ebuild X-VCS-Directories: dev-cpp/robin-map/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 2d32dd3d50c8a1f3c835dd5640a3ea7afc2df5eb X-VCS-Branch: master Date: Mon, 28 Feb 2022 07:06:24 +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: cddd9948-c68c-4522-a4c2-8923881de664 X-Archives-Hash: 1c34aa0b9bef697760a1ff39dfa3a120 commit: 2d32dd3d50c8a1f3c835dd5640a3ea7afc2df5eb Author: Alex Fan gmail com> AuthorDate: Mon Feb 28 01:42:36 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Feb 28 07:02:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d32dd3d dev-cpp/robin-map: keyword 0.6.3 for ~riscv Signed-off-by: Alex Fan gmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-cpp/robin-map/robin-map-0.6.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/robin-map/robin-map-0.6.3.ebuild b/dev-cpp/robin-map/robin-map-0.6.3.ebuild index 78a6b31dd3fb..38e1f14137ce 100644 --- a/dev-cpp/robin-map/robin-map-0.6.3.ebuild +++ b/dev-cpp/robin-map/robin-map-0.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/Tessil/robin-map" else SRC_URI="https://github.com/Tessil/robin-map/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="MIT"