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 052CD13933E for ; Mon, 2 Aug 2021 04:56:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51E41E0957; Mon, 2 Aug 2021 04:56:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 35352E0957 for ; Mon, 2 Aug 2021 04:56:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A36E8343C7F for ; Mon, 2 Aug 2021 04:56:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B17CE87B for ; Mon, 2 Aug 2021 04:56:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627880166.644b13f482032328e52cdbf036fafd07ed38ec14.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Readme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Pod-Readme/Pod-Readme-1.2.3.ebuild X-VCS-Directories: dev-perl/Pod-Readme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 644b13f482032328e52cdbf036fafd07ed38ec14 X-VCS-Branch: master Date: Mon, 2 Aug 2021 04:56:21 +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: 09db3b13-6d3c-4e96-83b2-57b6749c48f8 X-Archives-Hash: 6a6a5475eba2b63f6fa5153d324d703c commit: 644b13f482032328e52cdbf036fafd07ed38ec14 Author: Sam James gentoo org> AuthorDate: Mon Aug 2 04:56:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 2 04:56:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644b13f4 dev-perl/Pod-Readme: Stabilize 1.2.3 amd64, #805539 Signed-off-by: Sam James gentoo.org> dev-perl/Pod-Readme/Pod-Readme-1.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Pod-Readme/Pod-Readme-1.2.3.ebuild b/dev-perl/Pod-Readme/Pod-Readme-1.2.3.ebuild index 5e1a7d07076..bb3e083b632 100644 --- a/dev-perl/Pod-Readme/Pod-Readme-1.2.3.ebuild +++ b/dev-perl/Pod-Readme/Pod-Readme-1.2.3.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 @@ inherit perl-module DESCRIPTION="Intelligently generate a README file from POD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~x86 ~x64-macos" IUSE="minimal test" RESTRICT="!test? ( test )"