From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1161904-garchives=archives.gentoo.org@lists.gentoo.org> 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 A3409138350 for <garchives@archives.gentoo.org>; Wed, 15 Apr 2020 02:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E22E0899; Wed, 15 Apr 2020 02:42:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B8DACE0899 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Apr 2020 02:42: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 95C8534F302 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Apr 2020 02:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 165E21D8 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Apr 2020 02:42:32 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> 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" <gyakovlev@gentoo.org> Message-ID: <1586918483.e95e70675d6a48872ad9cdbea9adb4c281fc3e9d.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: e95e70675d6a48872ad9cdbea9adb4c281fc3e9d X-VCS-Branch: master Date: Wed, 15 Apr 2020 02:42:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f9f9271-6fd1-4b0a-9440-50b5646a6e81 X-Archives-Hash: 929ef766e292d5c9f51eda7a0f993953 commit: e95e70675d6a48872ad9cdbea9adb4c281fc3e9d Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Wed Apr 15 02:37:23 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Apr 15 02:41:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95e7067 dev-util/google-perftools: 2.7-r1 amd64 stable No amd64 related code changes from 2.7, just need to drop it so ppc64 gets patch from cbf6e5c6d762773f4e38dbf9def8e35b015c7f52 properly. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> 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 3e177a9c1d8..a80e4a4858b 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 )"