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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70D2E1580B2 for ; Thu, 2 Sep 2021 13:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B0F4E0AF9; Thu, 2 Sep 2021 13:27:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95138E0AF4 for ; Thu, 2 Sep 2021 13:27:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C8A433FEB6 for ; Thu, 2 Sep 2021 13:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA303B for ; Thu, 2 Sep 2021 13:27:08 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1630589213.2181793962c430a137d7bb8746a3fc7fb3575d22.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/nlohmann_json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild X-VCS-Directories: dev-cpp/nlohmann_json/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2181793962c430a137d7bb8746a3fc7fb3575d22 X-VCS-Branch: master Date: Thu, 2 Sep 2021 13:27:08 +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: 055983c4-0572-4e86-988c-eb63a9739497 X-Archives-Hash: a50f9461c483cbfcbe018c574425f9f7 commit: 2181793962c430a137d7bb8746a3fc7fb3575d22 Author: Marek Szuba gentoo org> AuthorDate: Thu Sep 2 13:18:56 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Sep 2 13:26:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21817939 dev-cpp/nlohmann_json: keyword 3.10.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild index 26cbb2ced43..39a2c4c723a 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/json-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="doc test" #RESTRICT="!test? ( test )" # Need to report failing tests upstream