From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 09C1913826A for ; Wed, 25 May 2016 22:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AD3C1428F; Wed, 25 May 2016 22:48:16 +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 98C8F1428A for ; Wed, 25 May 2016 22:48:15 +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 586F4340CAD for ; Wed, 25 May 2016 22:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DB9415E7 for ; Wed, 25 May 2016 22:48:10 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1464216402.bda32861a169a8632a4d05524c37eaf2bc50928e.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bda32861a169a8632a4d05524c37eaf2bc50928e X-VCS-Branch: master Date: Wed, 25 May 2016 22:48:10 +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: 9971ee47-03d4-4124-a906-427fe1141cb2 X-Archives-Hash: ef31e05701c028c1e66e09787bff17e5 commit: bda32861a169a8632a4d05524c37eaf2bc50928e Author: Matt Turner gentoo org> AuthorDate: Wed May 25 22:44:22 2016 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 25 22:46:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda32861 dev-perl/B-Utils: added ~alpha, bug 578382. dev-perl/B-Utils/B-Utils-0.270.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f1adb89..84128df 100644 --- a/dev-perl/B-Utils/B-Utils-0.270.0.ebuild +++ b/dev-perl/B-Utils/B-Utils-0.270.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Helper functions for op tree manipulation" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" IUSE="test" # needs Scalar::Util