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 44737139695 for ; Wed, 15 Mar 2017 13:00:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D338721C07F; Wed, 15 Mar 2017 13:00:19 +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 B036321C07F for ; Wed, 15 Mar 2017 13:00:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6B0D5340FDA for ; Wed, 15 Mar 2017 13:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AA3F6911 for ; Wed, 15 Mar 2017 13:00:16 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489582794.b18dd0ddf2c08389ce4bf16f3c101dfa79f7f02d.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild X-VCS-Directories: dev-perl/Devel-CheckLib/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b18dd0ddf2c08389ce4bf16f3c101dfa79f7f02d X-VCS-Branch: master Date: Wed, 15 Mar 2017 13:00:16 +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: 7e870693-c348-41a4-83b0-fd30526ef9f1 X-Archives-Hash: 913c8eb6344a6e10676e7421cc7f4260 commit: b18dd0ddf2c08389ce4bf16f3c101dfa79f7f02d Author: Michael Weber gentoo org> AuthorDate: Wed Mar 15 12:47:00 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Mar 15 12:59:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18dd0dd dev-perl/Devel-CheckLib: add ~arm ~ppc keyword (bug 598464). Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild | 4 ++-- dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild index d13c35f4be4..cef1e5e6689 100644 --- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild +++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="check that a library is available" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~x86" IUSE="test" RDEPEND=" diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild index e972f84c829..bf10bf7cfb2 100644 --- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild +++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="check that a library is available" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86" IUSE="test" RDEPEND="