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 4B5FC138350 for ; Wed, 15 Apr 2020 04:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A3D3E086C; Wed, 15 Apr 2020 04:29:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6A31EE086C for ; Wed, 15 Apr 2020 04:29:39 +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 6D05734F2EF for ; Wed, 15 Apr 2020 04:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5CEE1B4 for ; Wed, 15 Apr 2020 04:29:36 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1586924952.005ecee8f2de918640031f5d827c524c740ed9ba.gyakovlev@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.7-r1.ebuild X-VCS-Directories: dev-util/google-perftools/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 005ecee8f2de918640031f5d827c524c740ed9ba X-VCS-Branch: master Date: Wed, 15 Apr 2020 04:29:36 +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: bde79650-1ad6-4a69-80b8-dcdae5e3cb4f X-Archives-Hash: eb34ac2876e43fb1c14a5138642d3fbe commit: 005ecee8f2de918640031f5d827c524c740ed9ba Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Apr 15 04:26:54 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Apr 15 04:29:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005ecee8 dev-util/google-perftools: 2.7-r1 arm64 stable, and reset ~amd64 amd64 was stabilized in e95e70675d6a48872ad9cdbea9adb4c281fc3e9d by mistake this should unbreak the tree Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/google-perftools/google-perftools-2.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/google-perftools/google-perftools-2.7-r1.ebuild b/dev-util/google-perftools/google-perftools-2.7-r1.ebuild index a80e4a4858b..0a5197f050e 100644 --- a/dev-util/google-perftools/google-perftools-2.7-r1.ebuild +++ b/dev-util/google-perftools/google-perftools-2.7-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0/4" # linux x86/amd64/ppc/ppc64/arm # OSX ppc/amd64 # AIX ppc/ppc64 -KEYWORDS="-* amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="-* ~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="largepages +debug minimal optimisememory test static-libs" RESTRICT="!test? ( test )"