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 E071F158094 for ; Wed, 29 Jun 2022 14:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 034F3E0C04; Wed, 29 Jun 2022 14:32:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id DABC9E0C04 for ; Wed, 29 Jun 2022 14:32:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D2A3D341682 for ; Wed, 29 Jun 2022 14:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A95A4F2 for ; Wed, 29 Jun 2022 14:32:08 +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: <1656513106.a0c526950ea421356499eae0907d2eadea8ddadc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Event-RPC/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild X-VCS-Directories: dev-perl/Event-RPC/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a0c526950ea421356499eae0907d2eadea8ddadc X-VCS-Branch: master Date: Wed, 29 Jun 2022 14:32:08 +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: 7a634e2f-3e18-4f3c-a9b5-bd6b9b40305b X-Archives-Hash: 10acc3b0033fc645a19b6804e0d9f290 commit: a0c526950ea421356499eae0907d2eadea8ddadc Author: Sam James gentoo org> AuthorDate: Wed Jun 29 14:31:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 29 14:31:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c52695 dev-perl/Event-RPC: Stabilize 1.100.0-r1 ppc, #805692 Signed-off-by: Sam James gentoo.org> dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild b/dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild index 3cdcc560531a..f9ed979504b2 100644 --- a/dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild +++ b/dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Event based transparent Client/Server RPC framework" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"