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 7E093139360 for ; Fri, 13 Aug 2021 02:09:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF435E07A5; Fri, 13 Aug 2021 02:09:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CCD4E07A5 for ; Fri, 13 Aug 2021 02:09:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 794AF342B31 for ; Fri, 13 Aug 2021 02:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E2BC887 for ; Fri, 13 Aug 2021 02:09:16 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1628820434.d43886d3444a2d1f3257adc77ade79707f19e839.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-md2man/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-md2man/go-md2man-2.0.0.ebuild X-VCS-Directories: dev-go/go-md2man/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: d43886d3444a2d1f3257adc77ade79707f19e839 X-VCS-Branch: master Date: Fri, 13 Aug 2021 02:09:16 +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: 135cbf73-60cc-461d-9f7e-258f3c647fd6 X-Archives-Hash: 8cad7de7630f35ac94060d70c4cc58fe commit: d43886d3444a2d1f3257adc77ade79707f19e839 Author: Yixun Lan gentoo org> AuthorDate: Thu Aug 12 22:44:45 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Aug 13 02:07:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43886d3 dev-go/go-md2man: keyword ~riscv Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> dev-go/go-md2man/go-md2man-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-go/go-md2man/go-md2man-2.0.0.ebuild b/dev-go/go-md2man/go-md2man-2.0.0.ebuild index 31aca907e20..128e3b19783 100644 --- a/dev-go/go-md2man/go-md2man-2.0.0.ebuild +++ b/dev-go/go-md2man/go-md2man-2.0.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cpuguy83/go-md2man" LICENSE="BSD-2 MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~x86" # restrict tests because they need network-sandbox disabled # bug https://bugs.gentoo.org/715028