From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1712041-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8394C1581F0 for <garchives@archives.gentoo.org>; Fri, 24 Jan 2025 10:49:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6B67A34354B for <garchives@archives.gentoo.org>; Fri, 24 Jan 2025 10:49:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EDD58110431; Fri, 24 Jan 2025 10:49:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id E5AAF110431 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jan 2025 10:49:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D142343523 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jan 2025 10:49:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 018CC231C for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jan 2025 10:49:23 +0000 (UTC) From: "WANG Xuerui" <xen0n@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, "WANG Xuerui" <xen0n@gentoo.org> Message-ID: <1737714914.0b938f4e1e1f9bfd46072c31ca4fa4956c473e69.xen0n@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-r1.ebuild X-VCS-Directories: dev-util/sysprof/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 0b938f4e1e1f9bfd46072c31ca4fa4956c473e69 X-VCS-Branch: master Date: Fri, 24 Jan 2025 10:49:23 +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: 22661f06-7be5-4825-aba3-e879c46c912c X-Archives-Hash: 5b9e6b7e43180ef6f9bf46a0f6761b3b commit: 0b938f4e1e1f9bfd46072c31ca4fa4956c473e69 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 10:31:36 2025 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 10:35:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b938f4e dev-util/sysprof: keyword 46.0-r1 for ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> dev-util/sysprof/sysprof-46.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/sysprof/sysprof-46.0-r1.ebuild b/dev-util/sysprof/sysprof-46.0-r1.ebuild index db1534313d32..8c1905a7e3d4 100644 --- a/dev-util/sysprof/sysprof-46.0-r1.ebuild +++ b/dev-util/sysprof/sysprof-46.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="http://sysprof.com/" LICENSE="GPL-3+ GPL-2+" API_VERSION="4" SLOT="0/${API_VERSION}" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 ~loong x86" IUSE="gtk systemd test" RESTRICT="!test? ( test )"