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 A48C7158094 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 6E3D3E1013; Fri, 29 Jul 2022 12:12:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFBA3E1011 for ; Fri, 29 Jul 2022 12:12:33 +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 C77213411DE 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 0B470545 for ; Fri, 29 Jul 2022 12:12:31 +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.bafe6836e109010b0997efc9a55af731d5d0a6e0.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtraceevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtraceevent/libtraceevent-1.5.2-r1.ebuild X-VCS-Directories: dev-libs/libtraceevent/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bafe6836e109010b0997efc9a55af731d5d0a6e0 X-VCS-Branch: master Date: Fri, 29 Jul 2022 12:12:31 +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: 9274efa5-cd54-4e21-b400-524832684ef3 X-Archives-Hash: 4cfb1175720349252b7531d0bd16afa7 commit: bafe6836e109010b0997efc9a55af731d5d0a6e0 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=bafe6836 dev-libs/libtraceevent: Keyword 1.5.2-r1 arm64, #861347 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/libtraceevent/libtraceevent-1.5.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtraceevent/libtraceevent-1.5.2-r1.ebuild b/dev-libs/libtraceevent/libtraceevent-1.5.2-r1.ebuild index 2f16154945fe..b9bb4041b4e1 100644 --- a/dev-libs/libtraceevent/libtraceevent-1.5.2-r1.ebuild +++ b/dev-libs/libtraceevent/libtraceevent-1.5.2-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="LGPL-2.1"