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 DF6AB1581EC for ; Sat, 23 Nov 2024 15:05:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3DBDE0899; Sat, 23 Nov 2024 15:05:23 +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 pigeon.gentoo.org (Postfix) with ESMTPS id A1CFAE089D for ; Sat, 23 Nov 2024 15:05:23 +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 782313406A2 for ; Sat, 23 Nov 2024 15:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DB3622D8 for ; Sat, 23 Nov 2024 15:05:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1732374310.3c6b9b417d65391999f483ed51b4979e07342657.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/nihtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/nihtest/nihtest-1.7.0.ebuild X-VCS-Directories: dev-util/nihtest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3c6b9b417d65391999f483ed51b4979e07342657 X-VCS-Branch: master Date: Sat, 23 Nov 2024 15:05:19 +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: e240d971-bb5f-4c0e-937e-67a8178a4f04 X-Archives-Hash: 8a5d2c70a07720527b98fb3219f25eea commit: 3c6b9b417d65391999f483ed51b4979e07342657 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 15:03:47 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 15:05:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6b9b41 dev-util/nihtest: Keyword 1.7.0 arm64, #944730 Signed-off-by: Michał Górny gentoo.org> dev-util/nihtest/nihtest-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/nihtest/nihtest-1.7.0.ebuild b/dev-util/nihtest/nihtest-1.7.0.ebuild index cfa39863cf1d..5a603292a073 100644 --- a/dev-util/nihtest/nihtest-1.7.0.ebuild +++ b/dev-util/nihtest/nihtest-1.7.0.ebuild @@ -21,7 +21,7 @@ SRC_URI+=" " LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )"