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 6EC3E158020 for ; Tue, 29 Nov 2022 18:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9920E088B; Tue, 29 Nov 2022 18:06:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0979E088B for ; Tue, 29 Nov 2022 18:06:32 +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 C3AAA340976 for ; Tue, 29 Nov 2022 18:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18ED9759 for ; Tue, 29 Nov 2022 18:06:30 +0000 (UTC) From: "WANG Xuerui" 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" Message-ID: <1669745083.dfea5477b2ae40c09fa721041b494f3064204791.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild X-VCS-Directories: sys-auth/oath-toolkit/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: dfea5477b2ae40c09fa721041b494f3064204791 X-VCS-Branch: master Date: Tue, 29 Nov 2022 18:06: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: d5dac521-400b-40ad-a615-91baf654ca58 X-Archives-Hash: 179f1fa6898c2fb0b7191139ab5c73a5 commit: dfea5477b2ae40c09fa721041b494f3064204791 Author: WANG Xuerui gentoo org> AuthorDate: Tue Nov 29 16:26:33 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Nov 29 18:04:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfea5477 sys-auth/oath-toolkit: keyword 2.6.2-r2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild index 038be19846c7..0adab310261d 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" IUSE="pam pskc static-libs test" RESTRICT="!test? ( test )"