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 73075139694 for ; Thu, 4 May 2017 00:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C753E0C08; Thu, 4 May 2017 00:27:49 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CFEEE0C08 for ; Thu, 4 May 2017 00:27:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 218F53416BB for ; Thu, 4 May 2017 00:27:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CFC17447 for ; Thu, 4 May 2017 00:27:46 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1493857635.ac9a045f0fe11abc666b78334f86bb4f46472a9e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Inspector/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-Inspector/Class-Inspector-1.310.0.ebuild X-VCS-Directories: dev-perl/Class-Inspector/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ac9a045f0fe11abc666b78334f86bb4f46472a9e X-VCS-Branch: master Date: Thu, 4 May 2017 00:27:46 +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-Archives-Salt: 44562415-19b0-486a-9f73-14ffc9c510d5 X-Archives-Hash: 927a978aac355e9f84dc85b7af47b012 commit: ac9a045f0fe11abc666b78334f86bb4f46472a9e Author: Kent Fredric gentoo org> AuthorDate: Thu May 4 00:25:08 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu May 4 00:27:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9a045f dev-perl/Class-Inspector: ALLARCHES stable re bug #617284 Bug: https://bugs.gentoo.org/617284 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-perl/Class-Inspector/Class-Inspector-1.310.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.310.0.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.310.0.ebuild index 78c2631744c..ba28818f77f 100644 --- a/dev-perl/Class-Inspector/Class-Inspector-1.310.0.ebuild +++ b/dev-perl/Class-Inspector/Class-Inspector-1.310.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Provides information about Classes" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )"