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 EA68C139345 for ; Sun, 11 Jul 2021 22:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E576E0CA1; Sun, 11 Jul 2021 22:02:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 37E50E0CA1 for ; Sun, 11 Jul 2021 22:02:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 69750342B2A for ; Sun, 11 Jul 2021 22:02:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCF567D6 for ; Sun, 11 Jul 2021 22:02:30 +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: <1626040938.3f578f0e9830669aa6e22bc18449652d5253cbfc.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/google-perftools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/google-perftools/google-perftools-2.9.1.ebuild X-VCS-Directories: dev-util/google-perftools/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3f578f0e9830669aa6e22bc18449652d5253cbfc X-VCS-Branch: master Date: Sun, 11 Jul 2021 22:02:30 +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: 8f912807-b6c1-410a-bc04-bff6872a79cc X-Archives-Hash: 642640b93eb77b89539a96d766872842 commit: 3f578f0e9830669aa6e22bc18449652d5253cbfc Author: Marek Szuba gentoo org> AuthorDate: Sun Jul 11 21:18:50 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Jul 11 22:02:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f578f0e dev-util/google-perftools: update comment on assembly compatibility list We've already had this keyworded on arm64, and riscv is mentioned in both release news and the source code itself. Signed-off-by: Marek Szuba gentoo.org> dev-util/google-perftools/google-perftools-2.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/google-perftools/google-perftools-2.9.1.ebuild b/dev-util/google-perftools/google-perftools-2.9.1.ebuild index a1f7dcceb6c..413257a7ebe 100644 --- a/dev-util/google-perftools/google-perftools-2.9.1.ebuild +++ b/dev-util/google-perftools/google-perftools-2.9.1.ebuild @@ -14,7 +14,7 @@ LICENSE="MIT" SLOT="0/4" # contains ASM code, with support for # freebsd x86/amd64 -# linux x86/amd64/ppc/ppc64/arm +# linux amd64/arm/arm64/ppc/ppc64/riscv/x86 # OSX ppc/amd64 # AIX ppc/ppc64 KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"