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 71E3413832E for ; Wed, 17 Aug 2016 03:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7322EE0B73; Wed, 17 Aug 2016 03:31:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C18B3E0B73 for ; Wed, 17 Aug 2016 03:31:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41EF33409E6 for ; Wed, 17 Aug 2016 03:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DADA6245E for ; Wed, 17 Aug 2016 03:31:04 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1471404656.8d2f273236a4769e2a429b8c38af65a734ac2f60.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/B-Utils/B-Utils-0.270.0.ebuild X-VCS-Directories: dev-perl/B-Utils/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8d2f273236a4769e2a429b8c38af65a734ac2f60 X-VCS-Branch: master Date: Wed, 17 Aug 2016 03:31: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-Archives-Salt: 44113e46-d214-4c56-ad93-189e67540933 X-Archives-Hash: e594b7b0c8725d8d9fe90c6b03f4ed95 commit: 8d2f273236a4769e2a429b8c38af65a734ac2f60 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Aug 17 03:29:27 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Aug 17 03:30:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2f2732 dev-perl/B-Utils: Mark ~hppa ~ppc64 (bug #578382). Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches dev-perl/B-Utils/B-Utils-0.270.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/B-Utils/B-Utils-0.270.0.ebuild b/dev-perl/B-Utils/B-Utils-0.270.0.ebuild index 84128df..a07dbf1 100644 --- a/dev-perl/B-Utils/B-Utils-0.270.0.ebuild +++ b/dev-perl/B-Utils/B-Utils-0.270.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Helper functions for op tree manipulation" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="test" # needs Scalar::Util