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 33D5F139694 for ; Fri, 24 Feb 2017 04:17:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7BA221C06D; Fri, 24 Feb 2017 04:16:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9065A21C054 for ; Fri, 24 Feb 2017 04:16:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A44BF34173B for ; Fri, 24 Feb 2017 04:16:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30BEC5294 for ; Fri, 24 Feb 2017 04:16:43 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1487909785.e07bd9666f363a1f30023358f7f345767c6d5a0c.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Warn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild X-VCS-Directories: dev-perl/Test-Warn/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: e07bd9666f363a1f30023358f7f345767c6d5a0c X-VCS-Branch: master Date: Fri, 24 Feb 2017 04:16:43 +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: a19dca2f-c3c4-44c9-90b2-3a656ee03ec0 X-Archives-Hash: ff64459c10d192e212b31da9f645fc0e commit: e07bd9666f363a1f30023358f7f345767c6d5a0c Author: Mike Frysinger gentoo org> AuthorDate: Fri Feb 24 02:23:16 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Feb 24 04:16:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07bd966 dev-perl/Test-Warn: add m68k love dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild | 2 +- dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild b/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild index 3f56fedcf1..84e521114a 100644 --- a/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild +++ b/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension to test methods for warnings" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" diff --git a/dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild b/dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild index 3b6e43c07b..3ce9e0c860 100644 --- a/dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild +++ b/dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension to test methods for warnings" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test"