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 796B9158094 for ; Fri, 29 Jul 2022 12:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68F7FE1012; Fri, 29 Jul 2022 12:12:34 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA01BE1010 for ; Fri, 29 Jul 2022 12:12:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B051534122D for ; Fri, 29 Jul 2022 12:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB1A54FB for ; Fri, 29 Jul 2022 12:12:30 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1659096739.2a0299838bca1c25212d77ab2f866e4d29000aa2.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/trace-cmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/trace-cmd/trace-cmd-3.0.2.ebuild X-VCS-Directories: dev-util/trace-cmd/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2a0299838bca1c25212d77ab2f866e4d29000aa2 X-VCS-Branch: master Date: Fri, 29 Jul 2022 12:12:30 +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: a6b56782-cc4b-4ff0-9e83-0f9640585927 X-Archives-Hash: 7dc86d83eacc80a78e1577d76bb999f1 commit: 2a0299838bca1c25212d77ab2f866e4d29000aa2 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jul 29 12:12:19 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jul 29 12:12:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a029983 dev-util/trace-cmd: Keyword 3.0.2 arm64, #861347 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/trace-cmd/trace-cmd-3.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/trace-cmd/trace-cmd-3.0.2.ebuild b/dev-util/trace-cmd/trace-cmd-3.0.2.ebuild index 6fad1f86144f..e0a9c53636de 100644 --- a/dev-util/trace-cmd/trace-cmd-3.0.2.ebuild +++ b/dev-util/trace-cmd/trace-cmd-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/${PN}-v${PV}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" S="${WORKDIR}/${PN}-v${PV}" fi