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 22DDB1382C5 for ; Wed, 18 Apr 2018 20:46:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CF76E087A; Wed, 18 Apr 2018 20:45:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 46853E087A for ; Wed, 18 Apr 2018 20:45:59 +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 58067335C36 for ; Wed, 18 Apr 2018 20:45:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA01D285 for ; Wed, 18 Apr 2018 20:45:56 +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: <1524084325.eff63be47ba86c39ed4caab0346b891fd3409c8c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild X-VCS-Directories: dev-perl/Config-Tiny/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: eff63be47ba86c39ed4caab0346b891fd3409c8c X-VCS-Branch: master Date: Wed, 18 Apr 2018 20:45:56 +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: 672f9224-3caa-4045-8991-51a614124a43 X-Archives-Hash: 63bb8cba7e6c7f7195df1f0dcf7a8974 commit: eff63be47ba86c39ed4caab0346b891fd3409c8c Author: Mikle Kolyada gentoo org> AuthorDate: Wed Apr 18 20:45:25 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Apr 18 20:45:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff63be4 dev-perl/Config-Tiny: arm stable wrt bug #652552 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild b/dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild index 7892c49287c..fb445c54a15 100644 --- a/dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild +++ b/dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Read/Write .ini style files with as little code as possible" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND="