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 5B29D138334 for ; Fri, 24 Aug 2018 06:01:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 675EFE08D9; Fri, 24 Aug 2018 06:01:05 +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 2D35BE08D9 for ; Fri, 24 Aug 2018 06:01:05 +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 90C2D335CA3 for ; Fri, 24 Aug 2018 06:01:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FEA53A4 for ; Fri, 24 Aug 2018 06:01:02 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1535090447.244fd8c9874b221cb8c75e05e1e7ac5e63281496.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Moose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Moose/Moose-2.180.600.ebuild dev-perl/Moose/Moose-2.180.700.ebuild dev-perl/Moose/Moose-2.200.400.ebuild dev-perl/Moose/Moose-2.200.500.ebuild dev-perl/Moose/Moose-2.200.700.ebuild X-VCS-Directories: dev-perl/Moose/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 244fd8c9874b221cb8c75e05e1e7ac5e63281496 X-VCS-Branch: master Date: Fri, 24 Aug 2018 06:01:02 +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: 1aa11f07-af15-4ac5-97ea-46d95aab3248 X-Archives-Hash: 8b7ebd838797ca083d11c43f612ca47a commit: 244fd8c9874b221cb8c75e05e1e7ac5e63281496 Author: Kent Fredric gentoo org> AuthorDate: Fri Aug 24 05:18:07 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Aug 24 06:00:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244fd8c9 dev-perl/Moose: Restore ~sparc keywording All dependencies now satisfied for ~sparc Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Moose/Moose-2.180.600.ebuild | 4 ++-- dev-perl/Moose/Moose-2.180.700.ebuild | 4 ++-- dev-perl/Moose/Moose-2.200.400.ebuild | 4 ++-- dev-perl/Moose/Moose-2.200.500.ebuild | 4 ++-- dev-perl/Moose/Moose-2.200.700.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-perl/Moose/Moose-2.180.600.ebuild b/dev-perl/Moose/Moose-2.180.600.ebuild index 01eeb69f1b4..a209e85b0c6 100644 --- a/dev-perl/Moose/Moose-2.180.600.ebuild +++ b/dev-perl/Moose/Moose-2.180.600.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 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="A postmodern object system for Perl 5" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-macos" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-macos" IUSE="test" CONFLICTS=" diff --git a/dev-perl/Moose/Moose-2.180.700.ebuild b/dev-perl/Moose/Moose-2.180.700.ebuild index 658c55b3a73..f1d1d93c6ba 100644 --- a/dev-perl/Moose/Moose-2.180.700.ebuild +++ b/dev-perl/Moose/Moose-2.180.700.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A postmodern object system for Perl 5" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-macos" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-macos" IUSE="test" CONFLICTS=" diff --git a/dev-perl/Moose/Moose-2.200.400.ebuild b/dev-perl/Moose/Moose-2.200.400.ebuild index a0d42c60854..53c9c7c470c 100644 --- a/dev-perl/Moose/Moose-2.200.400.ebuild +++ b/dev-perl/Moose/Moose-2.200.400.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A postmodern object system for Perl 5" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-macos" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-macos" IUSE="test" CONFLICTS=" diff --git a/dev-perl/Moose/Moose-2.200.500.ebuild b/dev-perl/Moose/Moose-2.200.500.ebuild index 25b1188d391..d814edbd707 100644 --- a/dev-perl/Moose/Moose-2.200.500.ebuild +++ b/dev-perl/Moose/Moose-2.200.500.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A postmodern object system for Perl 5" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-macos" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-macos" IUSE="test" CONFLICTS=" diff --git a/dev-perl/Moose/Moose-2.200.700.ebuild b/dev-perl/Moose/Moose-2.200.700.ebuild index 87d340204b9..eaa8793ed68 100644 --- a/dev-perl/Moose/Moose-2.200.700.ebuild +++ b/dev-perl/Moose/Moose-2.200.700.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A postmodern object system for Perl 5" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-macos" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-macos" IUSE="test" CONFLICTS="