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 3646E158019 for ; Sat, 2 Oct 2021 01:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 363F5E0908; Sat, 2 Oct 2021 01:42:49 +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 1BCFAE0908 for ; Sat, 2 Oct 2021 01:42:49 +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 36E73342DAA for ; Sat, 2 Oct 2021 01:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AC6A12A for ; Sat, 2 Oct 2021 01:42:45 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1633138940.c878d8044440fb8bb0a2e59eff6fbcd9623583f0.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-1.19.0.ebuild app-crypt/certbot/certbot-9999.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: c878d8044440fb8bb0a2e59eff6fbcd9623583f0 X-VCS-Branch: master Date: Sat, 2 Oct 2021 01:42:45 +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: 5f7a4a32-4e02-4821-b343-ba2e874a70fc X-Archives-Hash: 6f4b13f87eb5ff54cd7e4b1d99cf520c commit: c878d8044440fb8bb0a2e59eff6fbcd9623583f0 Author: Ahmed Charles ahmedcharles com> AuthorDate: Sat Oct 2 01:19:45 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat Oct 2 01:42:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c878d804 app-crypt/certbot: keyword ~riscv. Signed-off-by: Ahmed Charles ahmedcharles.com> Signed-off-by: Matthew Thode gentoo.org> app-crypt/certbot/certbot-1.19.0.ebuild | 2 +- app-crypt/certbot/certbot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/certbot/certbot-1.19.0.ebuild b/app-crypt/certbot/certbot-1.19.0.ebuild index d1f283af9bb..4c776f1113c 100644 --- a/app-crypt/certbot/certbot-1.19.0.ebuild +++ b/app-crypt/certbot/certbot-1.19.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi S=${WORKDIR}/${P}/${PN} diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index d1f283af9bb..4c776f1113c 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi S=${WORKDIR}/${P}/${PN}