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 020B1158088 for ; Mon, 11 Oct 2021 05:15:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39EC8E0968; Mon, 11 Oct 2021 05:15:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F213FE0966 for ; Mon, 11 Oct 2021 05:15:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EBE13434C2 for ; Mon, 11 Oct 2021 05:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82E59151 for ; Mon, 11 Oct 2021 05:15:40 +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: <1633929223.c506c3885b3314135508a3b10bada3f029cf497c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild X-VCS-Directories: dev-perl/RPC-XML/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c506c3885b3314135508a3b10bada3f029cf497c X-VCS-Branch: master Date: Mon, 11 Oct 2021 05:15:40 +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: 9dfc6100-251a-4ce0-a32d-d016dcea8b9d X-Archives-Hash: 288e655139c958c94ee866e6842b106c commit: c506c3885b3314135508a3b10bada3f029cf497c Author: Sam James gentoo org> AuthorDate: Mon Oct 11 05:13:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 11 05:13:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c506c388 dev-perl/RPC-XML: Stabilize 0.820.0 ppc, #817500 Signed-off-by: Sam James gentoo.org> dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild index da44e8ec845..69588646f08 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC" SLOT="0" LICENSE="|| ( Artistic-2 LGPL-2.1 )" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="test" RESTRICT="!test? ( test )"