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 1DE34158020 for ; Wed, 30 Nov 2022 09:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4275E08D3; Wed, 30 Nov 2022 09:39:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9E758E08D3 for ; Wed, 30 Nov 2022 09:39:46 +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 A2A1D341020 for ; Wed, 30 Nov 2022 09:39:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0642776 for ; Wed, 30 Nov 2022 09:39:42 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1669801177.50aacd418fc163a7daccc79e126f2ad33f8b49f6.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild X-VCS-Directories: dev-util/FlameGraph/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 50aacd418fc163a7daccc79e126f2ad33f8b49f6 X-VCS-Branch: master Date: Wed, 30 Nov 2022 09:39:42 +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: 0cc3534e-72c0-4b37-a838-719e04b9ad67 X-Archives-Hash: ff0f1aec54c8c106ad22b6a0fda4deaa commit: 50aacd418fc163a7daccc79e126f2ad33f8b49f6 Author: Florian Schmaus gentoo org> AuthorDate: Wed Nov 30 09:31:35 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Nov 30 09:39:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50aacd41 dev-util/FlameGraph: stabilize 1.0_p20210830 for amd64, x86 Signed-off-by: Florian Schmaus gentoo.org> dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild index 44f852db5bd4..3fb4cd530480 100644 --- a/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild +++ b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git" else SRC_URI="https://dev.gentoo.org/~flow/distfiles/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="CDDL"