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 13A8E138359 for ; Mon, 24 Aug 2020 19:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD280E08CA; Mon, 24 Aug 2020 19:06:51 +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 88095E08C8 for ; Mon, 24 Aug 2020 19:06:51 +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 36ECA340B37 for ; Mon, 24 Aug 2020 19:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358CB320 for ; Mon, 24 Aug 2020 19:06:47 +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: <1598295995.deb1af4969117c3f7be1ef285445f828c9ae0762.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/autobox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/autobox/autobox-3.0.1-r1.ebuild X-VCS-Directories: dev-perl/autobox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: deb1af4969117c3f7be1ef285445f828c9ae0762 X-VCS-Branch: master Date: Mon, 24 Aug 2020 19:06:47 +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: c91c1a31-55d6-4ff7-95f6-20bf8e5cfc0e X-Archives-Hash: a1d3ece9ae9eda25be4d0b6d4220328c commit: deb1af4969117c3f7be1ef285445f828c9ae0762 Author: Sam James gentoo org> AuthorDate: Mon Aug 24 18:41:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 24 19:06:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb1af49 dev-perl/autobox: Stabilize 3.0.1-r1 amd64, #738212 Signed-off-by: Sam James gentoo.org> dev-perl/autobox/autobox-3.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/autobox/autobox-3.0.1-r1.ebuild b/dev-perl/autobox/autobox-3.0.1-r1.ebuild index c962d33981e..8d3efbf04ca 100644 --- a/dev-perl/autobox/autobox-3.0.1-r1.ebuild +++ b/dev-perl/autobox/autobox-3.0.1-r1.ebuild @@ -8,7 +8,7 @@ inherit perl-module DESCRIPTION="Call methods on native types" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )"