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 2D9301396D9 for ; Thu, 9 Nov 2017 00:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C383E0EA2; Thu, 9 Nov 2017 00:07:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1F83FE0EA2 for ; Thu, 9 Nov 2017 00:07:31 +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 6C6D433FE60 for ; Thu, 9 Nov 2017 00:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B09F098A2 for ; Thu, 9 Nov 2017 00:07:26 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1510186033.0a6fa9810e3d96711408dd8d2c6ab77f6c24f9a1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Importer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Importer/Importer-0.24.0.ebuild X-VCS-Directories: dev-perl/Importer/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0a6fa9810e3d96711408dd8d2c6ab77f6c24f9a1 X-VCS-Branch: master Date: Thu, 9 Nov 2017 00:07:26 +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: 9f9eb97f-29cc-46d5-a7c5-5d99f8893877 X-Archives-Hash: 620ca7b7529d7b7e5c2b74db6939467f commit: 0a6fa9810e3d96711408dd8d2c6ab77f6c24f9a1 Author: Matt Turner gentoo org> AuthorDate: Thu Nov 9 00:03:27 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 9 00:07:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6fa981 dev-perl/Importer-0.24.0: added ~mips, bug 603356 dev-perl/Importer/Importer-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Importer/Importer-0.24.0.ebuild b/dev-perl/Importer/Importer-0.24.0.ebuild index b8850f122eb..bffa259c528 100644 --- a/dev-perl/Importer/Importer-0.24.0.ebuild +++ b/dev-perl/Importer/Importer-0.24.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Alternative interface to modules that export symbols" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND=""