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 2DB55139694 for ; Fri, 31 Mar 2017 09:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C68E9E0C58; Fri, 31 Mar 2017 09:09:40 +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 A6F82E0C5A for ; Fri, 31 Mar 2017 09:09:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C67034163E for ; Fri, 31 Mar 2017 09:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E128473E5 for ; Fri, 31 Mar 2017 09:09:37 +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: <1490951347.6cca0eaa2d84bfa27dffe7d6af06c9f87f953a6c.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MIME-Charset/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild X-VCS-Directories: dev-perl/MIME-Charset/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 6cca0eaa2d84bfa27dffe7d6af06c9f87f953a6c X-VCS-Branch: master Date: Fri, 31 Mar 2017 09:09:37 +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: 89b402c0-2578-4bf6-a090-97789f808aeb X-Archives-Hash: 0b2e21925dec51a6de9bd1bbfe4ed894 commit: 6cca0eaa2d84bfa27dffe7d6af06c9f87f953a6c Author: Michael Weber gentoo org> AuthorDate: Fri Mar 31 09:09:07 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Mar 31 09:09:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cca0eaa dev-perl/MIME-Charset: add ~arm ~arm64 ~ppc64 keywords (bug 614180) Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild b/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild index af32d5f7027..c678152536a 100644 --- a/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild +++ b/dev-perl/MIME-Charset/MIME-Charset-1.12.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="Charset Informations for MIME" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="l10n_ja l10n_zh" PATCHES=( "${FILESDIR}/${DIST_VERSION}-makefilepl.patch"