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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB8D4158095 for ; Thu, 25 Aug 2022 05:31:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE90DE08F7; Thu, 25 Aug 2022 05:31:44 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 2AFE6E08F6 for ; Thu, 25 Aug 2022 05:31:41 +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 A5AFB34113A for ; Thu, 25 Aug 2022 05:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06214588 for ; Thu, 25 Aug 2022 05:31:38 +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: <1661405359.c076a58b9649d49bfafb349bc453606cb3aaa128.xen0n@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: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: c076a58b9649d49bfafb349bc453606cb3aaa128 X-VCS-Branch: master Date: Thu, 25 Aug 2022 05:31: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: c6f6e452-3f66-4e95-9fd3-f612357b22bb X-Archives-Hash: 55df9ac8c41d7ac9c57ce8038229875b commit: c076a58b9649d49bfafb349bc453606cb3aaa128 Author: WANG Xuerui gentoo org> AuthorDate: Thu Aug 25 05:29:19 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Aug 25 05:29:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c076a58b dev-go/go-md2man: keyword 2.0.0 for ~loong Signed-off-by: WANG Xuerui 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 128e3b197838..8273c2e066e3 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-2021 Gentoo Authors +# Copyright 1999-2022 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 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86" # restrict tests because they need network-sandbox disabled # bug https://bugs.gentoo.org/715028