From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1016784-garchives=archives.gentoo.org@lists.gentoo.org> 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 201DD1382C5 for <garchives@archives.gentoo.org>; Wed, 11 Apr 2018 18:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36B1FE0959; Wed, 11 Apr 2018 18:50:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 08992E0959 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Apr 2018 18:50: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 E6CDE335C7A for <gentoo-commits@lists.gentoo.org>; Wed, 11 Apr 2018 18:50:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1675287 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Apr 2018 18:50:52 +0000 (UTC) From: "Markus Meier" <maekke@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" <maekke@gentoo.org> Message-ID: <1523472461.6b569dbfdd74eb2e3c4173946efbebdba7544eb1.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Params-ValidationCompiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild X-VCS-Directories: dev-perl/Params-ValidationCompiler/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 6b569dbfdd74eb2e3c4173946efbebdba7544eb1 X-VCS-Branch: master Date: Wed, 11 Apr 2018 18:50:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 806b491b-09fc-45a3-8c04-9c1aa4ced95e X-Archives-Hash: 0069d273423eb7607c07ebefde61bd5d commit: 6b569dbfdd74eb2e3c4173946efbebdba7544eb1 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Wed Apr 11 18:47:41 2018 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Wed Apr 11 18:47:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b569dbf dev-perl/Params-ValidationCompiler: add ~arm, bug #652718 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" .../Params-ValidationCompiler-0.260.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild index 321d488a7f0..fba84ba308f 100644 --- a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild +++ b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" LICENSE="Artistic-2" IUSE="test"