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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A1CE158088 for ; Sun, 10 Oct 2021 20:44:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C0FE0965; Sun, 10 Oct 2021 20:44:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66775E0965 for ; Sun, 10 Oct 2021 20:44:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CE52342F30 for ; Sun, 10 Oct 2021 20:44:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED705150 for ; Sun, 10 Oct 2021 20:44:38 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1633898667.ca8cfeda964990f8c2cbb02f4fbb58c0d56e534a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/ykpers/ykpers-1.20.0.ebuild X-VCS-Directories: sys-auth/ykpers/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: ca8cfeda964990f8c2cbb02f4fbb58c0d56e534a X-VCS-Branch: master Date: Sun, 10 Oct 2021 20:44:38 +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: 3c9dc23f-5a62-4c5f-8fc4-30354ff24440 X-Archives-Hash: 3bf24697cd6ada8b6970b0e2a922415f commit: ca8cfeda964990f8c2cbb02f4fbb58c0d56e534a Author: Marek Szuba gentoo org> AuthorDate: Sun Oct 10 20:17:44 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Oct 10 20:44:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8cfeda sys-auth/ykpers: keyword 1.20.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> sys-auth/ykpers/ykpers-1.20.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild index d2134a08232..a77b20b6346 100644 --- a/sys-auth/ykpers/ykpers-1.20.0.ebuild +++ b/sys-auth/ykpers/ykpers-1.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/Yubico/yubikey-personalization" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" SLOT="0" LICENSE="BSD-2" IUSE="static-libs"