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 BBD02138262 for ; Thu, 19 May 2016 18:30:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20E89E07D9; Thu, 19 May 2016 18:30:49 +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 C0E7AE07D9 for ; Thu, 19 May 2016 18:30:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F0D6340D85 for ; Thu, 19 May 2016 18:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24D0087B for ; Thu, 19 May 2016 18:30:42 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1463682620.471fca4a868bff51a9cc0de939d13f60a4922c32.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Encode/ X-VCS-Repository: repo/gentoo X-VCS-Files: perl-core/Encode/Encode-2.730.0.ebuild X-VCS-Directories: perl-core/Encode/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 471fca4a868bff51a9cc0de939d13f60a4922c32 X-VCS-Branch: master Date: Thu, 19 May 2016 18:30:42 +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: 81ffec11-32dd-4fb3-88d6-f92fca9fdd41 X-Archives-Hash: 9827a35235d2d79df09caee22c0507a6 commit: 471fca4a868bff51a9cc0de939d13f60a4922c32 Author: Markus Meier gentoo org> AuthorDate: Thu May 19 18:30:20 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu May 19 18:30:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471fca4a perl-core/Encode: arm stable, bug #567482 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" perl-core/Encode/Encode-2.730.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-core/Encode/Encode-2.730.0.ebuild b/perl-core/Encode/Encode-2.730.0.ebuild index 98f322d..7033d93 100644 --- a/perl-core/Encode/Encode-2.730.0.ebuild +++ b/perl-core/Encode/Encode-2.730.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="character encodings" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" SRC_TEST=do