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 E9E0515800F for ; Sun, 12 Feb 2023 18:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30CD0E07D1; Sun, 12 Feb 2023 18:36:52 +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 16CFEE07D1 for ; Sun, 12 Feb 2023 18:36:52 +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 34951335DAF for ; Sun, 12 Feb 2023 18:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 963988A3 for ; Sun, 12 Feb 2023 18:36:49 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1676227005.019ea2e7120a5dc2f59489389468b3617285c56c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/grpc/grpc-1.52.0.ebuild X-VCS-Directories: net-libs/grpc/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 019ea2e7120a5dc2f59489389468b3617285c56c X-VCS-Branch: master Date: Sun, 12 Feb 2023 18:36:49 +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: 7eb24f5e-fd3e-4db9-b9c4-05219f71d5be X-Archives-Hash: 95f68c3f7ab8eaeed495935038e35643 commit: 019ea2e7120a5dc2f59489389468b3617285c56c Author: Jakov Smolić gentoo org> AuthorDate: Sun Feb 12 18:36:45 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Feb 12 18:36:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019ea2e7 net-libs/grpc: Keyword 1.52.0 riscv, #893926 Signed-off-by: Jakov Smolić gentoo.org> net-libs/grpc/grpc-1.52.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/grpc/grpc-1.52.0.ebuild b/net-libs/grpc/grpc-1.52.0.ebuild index 7c1681b6c9a7..cfce1f5ddfd4 100644 --- a/net-libs/grpc/grpc-1.52.0.ebuild +++ b/net-libs/grpc/grpc-1.52.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" # format is 0/${CORE_SOVERSION//./}.${CPP_SOVERSION//./} , check top level CMakeLists.txt SLOT="0/30.152" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" IUSE="doc examples test" # look for submodule versions in third_party dir