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 C11ED158087 for ; Thu, 7 Oct 2021 06:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 998D5E0802; Thu, 7 Oct 2021 06:37:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DB65E086A for ; Thu, 7 Oct 2021 06:37:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 650AB3433BA for ; Thu, 7 Oct 2021 06:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC5EB143 for ; Thu, 7 Oct 2021 06:37:04 +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: <1633588587.b3cb266d66531ab94fcae96dad0e20470f7d325d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-AutoConf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild X-VCS-Directories: dev-perl/Config-AutoConf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b3cb266d66531ab94fcae96dad0e20470f7d325d X-VCS-Branch: master Date: Thu, 7 Oct 2021 06:37:04 +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: 0235c6d2-4b01-4f41-b31f-2271e4edfe90 X-Archives-Hash: 68e932816eb2a6333a56f012d6918b74 commit: b3cb266d66531ab94fcae96dad0e20470f7d325d Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Oct 5 18:29:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 7 06:36:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cb266d dev-perl/Config-AutoConf: stable 0.319.0 for hppa, bug #810197 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild b/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild index 95675cc4d23..02603a3a934 100644 --- a/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild +++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A module to implement some of AutoConf macros in pure perl" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="test" RESTRICT="!test? ( test )"