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 0C4CF13934E for ; Mon, 2 Aug 2021 04:56:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5885DE095D; Mon, 2 Aug 2021 04:56:26 +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 3F2C0E095D for ; Mon, 2 Aug 2021 04:56:26 +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 97E20343C6D for ; Mon, 2 Aug 2021 04:56:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D92D86F for ; Mon, 2 Aug 2021 04:56:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627880165.44f0aa603ad77576daa8ad50efc355c7b3e53c46.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Kit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild X-VCS-Directories: dev-perl/Test-Kit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44f0aa603ad77576daa8ad50efc355c7b3e53c46 X-VCS-Branch: master Date: Mon, 2 Aug 2021 04:56:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b204341b-a582-4000-9f72-a3d7aa228194 X-Archives-Hash: 37fb695fa51d19461ae4a2365a267de0 commit: 44f0aa603ad77576daa8ad50efc355c7b3e53c46 Author: Sam James gentoo org> AuthorDate: Mon Aug 2 04:56:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 2 04:56:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f0aa60 dev-perl/Test-Kit: Stabilize 2.150.0 amd64, #805539 Signed-off-by: Sam James gentoo.org> dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild index eeeb0e1c91b..a3367fbfb00 100644 --- a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild +++ b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Build custom test packages with only the features you want" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos" +KEYWORDS="amd64 ~riscv ~x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" RDEPEND="