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 0689715ACFB for ; Tue, 25 Apr 2023 19:01:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2038AE09D6; Tue, 25 Apr 2023 19:01:51 +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 064F6E09D6 for ; Tue, 25 Apr 2023 19:01:51 +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 5114E33BE25 for ; Tue, 25 Apr 2023 19:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A90A56 for ; Tue, 25 Apr 2023 19:01:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682449283.90ea317b655ab75add0cb1c6725f2cea04f3442e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/trurl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/trurl/trurl-0.5.ebuild X-VCS-Directories: net-misc/trurl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 90ea317b655ab75add0cb1c6725f2cea04f3442e X-VCS-Branch: master Date: Tue, 25 Apr 2023 19:01:47 +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: d15d7d68-473e-43be-8fa7-fdde9eef51d3 X-Archives-Hash: edcc7e7314c0a2a75cb4085ed49d2b9f commit: 90ea317b655ab75add0cb1c6725f2cea04f3442e Author: Sam James gentoo org> AuthorDate: Tue Apr 25 19:01:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 25 19:01:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ea317b net-misc/trurl: Keyword 0.5 arm64, #905065 Signed-off-by: Sam James gentoo.org> net-misc/trurl/trurl-0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/trurl/trurl-0.5.ebuild b/net-misc/trurl/trurl-0.5.ebuild index 283c217c2a55..6a2113d8634b 100644 --- a/net-misc/trurl/trurl-0.5.ebuild +++ b/net-misc/trurl/trurl-0.5.ebuild @@ -16,7 +16,7 @@ else SRC_URI="https://github.com/curl/trurl/archive/refs/tags/${P}.tar.gz" S="${WORKDIR}"/${PN}-${P} - KEYWORDS="~amd64 ~arm" + KEYWORDS="~amd64 ~arm ~arm64" fi LICENSE="curl"