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 9B798158086 for ; Tue, 9 Nov 2021 22:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CB522BC037; Tue, 9 Nov 2021 22:47:46 +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 00CAA2BC037 for ; Tue, 9 Nov 2021 22:47:45 +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 DA2AD342C1E for ; Tue, 9 Nov 2021 22:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42EB5197 for ; Tue, 9 Nov 2021 22:47:43 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1636497991.5a0d7e50805b8cdcb46fa38d118d5c9608bb0b62.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI-Client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild X-VCS-Directories: dev-perl/FCGI-Client/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5a0d7e50805b8cdcb46fa38d118d5c9608bb0b62 X-VCS-Branch: master Date: Tue, 9 Nov 2021 22:47:43 +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: 505af4c5-aa0b-40b1-af5c-6e14361b6601 X-Archives-Hash: 3989625826160e001f97f81dc0f85af7 commit: 5a0d7e50805b8cdcb46fa38d118d5c9608bb0b62 Author: James Le Cuirot gentoo org> AuthorDate: Tue Nov 9 22:46:31 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Nov 9 22:46:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0d7e50 dev-perl/FCGI-Client: Keyword 0.90.0 for ~m68k The tests pass. Bug: https://bugs.gentoo.org/820548 Signed-off-by: James Le Cuirot gentoo.org> dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild index 3961f55a08c..db4bff7f3b3 100644 --- a/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild +++ b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Client library for fastcgi protocol" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~m68k ~x86" RDEPEND=" virtual/perl-IO