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 6F512139737 for ; Tue, 11 Aug 2015 21:01:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F40FE07D6; Tue, 11 Aug 2015 21:01:37 +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 CE340E07D6 for ; Tue, 11 Aug 2015 21:01:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC4863409DC for ; Tue, 11 Aug 2015 21:01:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62BB314E 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: <1439326737.954039d8de10e378a41cb87686440d2c66c97a2d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild X-VCS-Directories: dev-perl/Module-Build-Tiny/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 954039d8de10e378a41cb87686440d2c66c97a2d 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: 40c61888-9cfb-409e-afb9-ae321b1b2358 X-Archives-Hash: 81fc38319eef71003b08deb31a2f9e0f commit: 954039d8de10e378a41cb87686440d2c66c97a2d Author: Mikle Kolyada gentoo org> AuthorDate: Tue Aug 11 20:52:56 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Aug 11 20:58:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954039d8 dev-perl/Module-Build-Tiny: Add ~ia64 keyword wrt bug #548352 Package-Manager: portage-2.2.20 dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild index df654b5..9ef0ea4 100644 --- a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild +++ b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION='A tiny replacement for Module::Build' SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND="