commit: b18dd0ddf2c08389ce4bf16f3c101dfa79f7f02d Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Wed Mar 15 12:47:00 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> 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="
