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 1C6771382C5 for ; Tue, 11 May 2021 20:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05A14E0884; Tue, 11 May 2021 20:25:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E112BE0884 for ; Tue, 11 May 2021 20:25:56 +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 2E6B0340FAE for ; Tue, 11 May 2021 20:25:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03AF19C4 for ; Tue, 11 May 2021 18:41:36 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1620758448.2c55e6bed6b8081dcec3260b15a8f82377d5efd9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/strictures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/strictures/strictures-2.0.3.ebuild X-VCS-Directories: dev-perl/strictures/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2c55e6bed6b8081dcec3260b15a8f82377d5efd9 X-VCS-Branch: master Date: Tue, 11 May 2021 18:41:36 +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: 08391c3b-4c9f-4a5f-84ac-d74050f14fcc X-Archives-Hash: ad6124dfd751a2a02eb77daaf763e8e0 commit: 2c55e6bed6b8081dcec3260b15a8f82377d5efd9 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue May 11 18:40:48 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 11 18:40:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c55e6be dev-perl/strictures: keyworded 2.0.3 for ia64 keyworded wrt bug #788778 Package-Manager: Portage-3.0.18, Repoman-3.0.3 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-perl/strictures/strictures-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/strictures/strictures-2.0.3.ebuild b/dev-perl/strictures/strictures-2.0.3.ebuild index 51bf6a6c5e3..25c20c73d6f 100644 --- a/dev-perl/strictures/strictures-2.0.3.ebuild +++ b/dev-perl/strictures/strictures-2.0.3.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Turn on strict and make most warnings fatal" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test minimal" RESTRICT="!test? ( test )"