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 4283B138331 for ; Tue, 3 Apr 2018 11:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2823CE0B28; Tue, 3 Apr 2018 11:52:37 +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 04143E0B28 for ; Tue, 3 Apr 2018 11:52:37 +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 9897E335D0E for ; Tue, 3 Apr 2018 11:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A80276 for ; Tue, 3 Apr 2018 11:52:34 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1522756235.d34b10a709e67fdfc070303efb5593c8d5fb3bfc.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Any-Moose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild X-VCS-Directories: dev-perl/Any-Moose/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d34b10a709e67fdfc070303efb5593c8d5fb3bfc X-VCS-Branch: master Date: Tue, 3 Apr 2018 11:52: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: 0c4a0203-4f1b-4a1a-a867-37c567a4d1a9 X-Archives-Hash: 766bf8b89da0c45c04e7d0471362bbdb commit: d34b10a709e67fdfc070303efb5593c8d5fb3bfc Author: Jason Zaman gentoo org> AuthorDate: Tue Apr 3 11:35:38 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Apr 3 11:50:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34b10a7 dev-perl/Any-Moose: amd64 stable Gentoo-bug: 652292 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild b/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild index 68189a9128a..ed76788af9f 100644 --- a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild +++ b/dev-perl/Any-Moose/Any-Moose-0.270.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=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Use Moose or Mouse modules (DEPRECATED)" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~x86" IUSE="test" PERL_RM_FILES=( "t/001-basic-mouse.t"