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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD7AF158042 for ; Sun, 10 Nov 2024 00:42:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E392E0A63; Sun, 10 Nov 2024 00:42:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 07269E0A63 for ; Sun, 10 Nov 2024 00:42:45 +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 C4D1033BF08 for ; Sun, 10 Nov 2024 00:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E9F421C8 for ; Sun, 10 Nov 2024 00:42:40 +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: <1731199330.18b18967a5ce8135ace9582678d07f67ad40d72c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sysprof/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/sysprof/sysprof-46.0.ebuild X-VCS-Directories: dev-util/sysprof/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 18b18967a5ce8135ace9582678d07f67ad40d72c X-VCS-Branch: master Date: Sun, 10 Nov 2024 00:42:40 +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: 496ec2f0-e0aa-4c5d-a517-5a13835dc142 X-Archives-Hash: ab653d9d94864c38d18fc71101a3c4b6 commit: 18b18967a5ce8135ace9582678d07f67ad40d72c Author: Jakov Smolić gentoo org> AuthorDate: Sun Nov 10 00:42:10 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Nov 10 00:42:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b18967 dev-util/sysprof: Keyword 46.0 x86, #943118 Signed-off-by: Jakov Smolić gentoo.org> dev-util/sysprof/sysprof-46.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/sysprof/sysprof-46.0.ebuild b/dev-util/sysprof/sysprof-46.0.ebuild index ace809f1d626..fb6cde22c715 100644 --- a/dev-util/sysprof/sysprof-46.0.ebuild +++ b/dev-util/sysprof/sysprof-46.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://sysprof.com/" LICENSE="GPL-3+ GPL-2+" API_VERSION="4" SLOT="0/${API_VERSION}" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="gtk test" RESTRICT="!test? ( test )"