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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1198F15800D for ; Tue, 4 Jul 2023 05:22:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D72AAE088A; Tue, 4 Jul 2023 05:22:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDB0FE088A for ; Tue, 4 Jul 2023 05:22:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2F40340DA8 for ; Tue, 4 Jul 2023 05:22:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD3D2ACC for ; Tue, 4 Jul 2023 05:22:27 +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: <1688448122.0384b14e3509533cfbaa8df5158d05c3c7727acf.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Coverage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Pod-Coverage/Pod-Coverage-0.230.0-r2.ebuild X-VCS-Directories: dev-perl/Pod-Coverage/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 0384b14e3509533cfbaa8df5158d05c3c7727acf X-VCS-Branch: master Date: Tue, 4 Jul 2023 05:22:27 +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: 31ebacce-42ec-4cb1-9018-f0a68b2c1817 X-Archives-Hash: 9ecdee681e649854cf6d6546dc10ce18 commit: 0384b14e3509533cfbaa8df5158d05c3c7727acf Author: WANG Xuerui gentoo org> AuthorDate: Sun Jul 2 10:32:04 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Jul 4 05:22:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0384b14e dev-perl/Pod-Coverage: keyword 0.230.0-r2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-perl/Pod-Coverage/Pod-Coverage-0.230.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Pod-Coverage/Pod-Coverage-0.230.0-r2.ebuild b/dev-perl/Pod-Coverage/Pod-Coverage-0.230.0-r2.ebuild index 49a5079d75f4..e091e339e45a 100644 --- a/dev-perl/Pod-Coverage/Pod-Coverage-0.230.0-r2.ebuild +++ b/dev-perl/Pod-Coverage/Pod-Coverage-0.230.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Checks if the documentation of a module is comprehensive" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" >=dev-perl/Pod-Parser-1.130.0