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 3AEB0138334 for ; Fri, 12 Oct 2018 11:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48DB2E09DD; Fri, 12 Oct 2018 11:16:34 +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 1AB80E09DD for ; Fri, 12 Oct 2018 11:16:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3DEF3335D10 for ; Fri, 12 Oct 2018 11:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8577446 for ; Fri, 12 Oct 2018 11:16:28 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1539342979.7ecee64a281052e3c534f5c3a3dae6a5fb34b24b.klausman@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.320.0.ebuild X-VCS-Directories: dev-perl/Test-Warn/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 7ecee64a281052e3c534f5c3a3dae6a5fb34b24b X-VCS-Branch: master Date: Fri, 12 Oct 2018 11:16:28 +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: 2a2099fa-c4ea-46c8-aae9-fe8aafc5f262 X-Archives-Hash: 2a93a5faa1e540fade150a89be0f6614 commit: 7ecee64a281052e3c534f5c3a3dae6a5fb34b24b Author: Tobias Klausmann gentoo org> AuthorDate: Fri Oct 12 11:15:59 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Fri Oct 12 11:16:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecee64a dev-perl/Test-Warn-0.320.0-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/667266 Signed-off-by: Tobias Klausmann gentoo.org> dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild b/dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild index 2afe35aa6d2..14e49ff9db3 100644 --- a/dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild +++ b/dev-perl/Test-Warn/Test-Warn-0.320.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension to test methods for warnings" SLOT="0" -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" +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"