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 A1DAB139737 for ; Tue, 11 Aug 2015 21:01:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C541E07D4; Tue, 11 Aug 2015 21:01:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D585E07D4 for ; Tue, 11 Aug 2015 21:01:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C6DA340917 for ; Tue, 11 Aug 2015 21:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50492149 for ; Tue, 11 Aug 2015 21:01:34 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1439326736.ca8b35996fe399e6e398f0ce9c3fce4078ddf3af.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-InstallPaths/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild X-VCS-Directories: dev-perl/ExtUtils-InstallPaths/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ca8b35996fe399e6e398f0ce9c3fce4078ddf3af X-VCS-Branch: master Date: Tue, 11 Aug 2015 21:01:34 +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: 6235eeb9-1f12-40c2-aeb0-17d984f7c306 X-Archives-Hash: 73d3a9ee2730a3c73750b399f37e0381 commit: ca8b35996fe399e6e398f0ce9c3fce4078ddf3af Author: Mikle Kolyada gentoo org> AuthorDate: Tue Aug 11 20:52:30 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Aug 11 20:58:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8b3599 dev-perl/ExtUtils-InstallPaths: Add ~ia64 keyword wrt bug #548352 Package-Manager: portage-2.2.20 dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild index 780cee9..9ff6d2a 100644 --- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild +++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION='Build.PL install path logic made easy' LICENSE=" || ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" DEPEND="