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 E97A61580B9 for ; Thu, 26 Aug 2021 19:51:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46B27E091C; Thu, 26 Aug 2021 19:51:09 +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 25D0FE091C for ; Thu, 26 Aug 2021 19:51:09 +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 3024833BE6B for ; Thu, 26 Aug 2021 19:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39E788E0 for ; Thu, 26 Aug 2021 19:51:05 +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: <1630007442.6a19e0a34d8a1fccb608a60bafd99473efd4c6d7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/namespace-autoclean/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild X-VCS-Directories: dev-perl/namespace-autoclean/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a19e0a34d8a1fccb608a60bafd99473efd4c6d7 X-VCS-Branch: master Date: Thu, 26 Aug 2021 19:51:05 +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: 4331c34c-6c61-4a3e-973d-a4e62cbff492 X-Archives-Hash: 7aaef58d754bf45ece69becd0c76e272 commit: 6a19e0a34d8a1fccb608a60bafd99473efd4c6d7 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Aug 26 16:06:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 26 19:50:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a19e0a3 dev-perl/namespace-autoclean: stable 0.290.0 for hppa, bug #810225 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/namespace-autoclean/namespace-autoclean-0.290.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild b/dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild index 5e0269ee7d4..74d0f2171a9 100644 --- a/dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild +++ b/dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Keep imports out of your namespace" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" RDEPEND=" >=dev-perl/B-Hooks-EndOfScope-0.120.0