From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 06B5A1582EF for ; Fri, 28 Feb 2025 10:12:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E0B1B343131 for ; Fri, 28 Feb 2025 10:12:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E07BD1102C9; Fri, 28 Feb 2025 10:12:19 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D73F31102C9 for ; Fri, 28 Feb 2025 10:12:19 +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 8E725343132 for ; Fri, 28 Feb 2025 10:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4A172731 for ; Fri, 28 Feb 2025 10:12:17 +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: <1740737508.33a0b3ad7a13bfd4332983fe0a9be6b0d4d553f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/yubico-piv-tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/yubico-piv-tool/yubico-piv-tool-2.7.1.ebuild X-VCS-Directories: sys-auth/yubico-piv-tool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33a0b3ad7a13bfd4332983fe0a9be6b0d4d553f4 X-VCS-Branch: master Date: Fri, 28 Feb 2025 10:12:17 +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: d169a316-0e6a-4f79-9851-b80e7bb5723f X-Archives-Hash: bdd94c21703fd61e2dbc4d438a47ca1e commit: 33a0b3ad7a13bfd4332983fe0a9be6b0d4d553f4 Author: Sam James gentoo org> AuthorDate: Fri Feb 28 10:11:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 28 10:11:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a0b3ad sys-auth/yubico-piv-tool: Stabilize 2.7.1 amd64, #950360 Signed-off-by: Sam James gentoo.org> sys-auth/yubico-piv-tool/yubico-piv-tool-2.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.7.1.ebuild b/sys-auth/yubico-piv-tool/yubico-piv-tool-2.7.1.ebuild index 52f7d0f5a376..3fd75994cee2 100644 --- a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.7.1.ebuild +++ b/sys-auth/yubico-piv-tool/yubico-piv-tool-2.7.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz LICENSE="BSD-2" SLOT="0/2" -KEYWORDS="~amd64 ~arm64 ~riscv" +KEYWORDS="amd64 ~arm64 ~riscv" IUSE="test verify-sig" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/yubico.com.asc"