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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D20E0158086 for ; Tue, 14 Dec 2021 07:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFB3C2BC006; Tue, 14 Dec 2021 07:07:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FDDE2BC006 for ; Tue, 14 Dec 2021 07:07:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE3FF342D6E for ; Tue, 14 Dec 2021 07:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5545D238 for ; Tue, 14 Dec 2021 07:07:11 +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: <1639465624.0167861df501bb6ee289138253bf1c66f7c183e1.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.800.0.ebuild X-VCS-Directories: dev-perl/RPC-XML/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0167861df501bb6ee289138253bf1c66f7c183e1 X-VCS-Branch: master Date: Tue, 14 Dec 2021 07:07:11 +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: 7ea409ea-19a1-4f45-883d-4a401fb10e8f X-Archives-Hash: 14d8f5a93c7df570358ac9fc7c22aa91 commit: 0167861df501bb6ee289138253bf1c66f7c183e1 Author: Sam James gentoo org> AuthorDate: Tue Dec 14 07:07:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 14 07:07:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0167861d dev-perl/RPC-XML: stabilize 0.800.0 for x86 Signed-off-by: Sam James gentoo.org> dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild index 90f2ade1ff82..b2e4b975f562 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.800.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 )"