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 4A73113835A for ; Thu, 6 May 2021 10:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E16FE09B5; Thu, 6 May 2021 10: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 45548E09B5 for ; Thu, 6 May 2021 10:06:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 79605340E19 for ; Thu, 6 May 2021 10:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16AF4745 for ; Thu, 6 May 2021 10: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: <1620295505.0f43d7f7ecd3fbc955262b1232d404374b5780cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Guess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild X-VCS-Directories: dev-perl/Shell-Guess/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f43d7f7ecd3fbc955262b1232d404374b5780cb X-VCS-Branch: master Date: Thu, 6 May 2021 10: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: 42722f67-4ec1-47de-90e4-5b31721db7b9 X-Archives-Hash: d05f8eaea1e5c19f4dde5909e8864c46 commit: 0f43d7f7ecd3fbc955262b1232d404374b5780cb Author: Sam James gentoo org> AuthorDate: Thu May 6 10:05:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 6 10:05:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f43d7f7 dev-perl/Shell-Guess: Stabilize 0.90.0 x86, #782028 Signed-off-by: Sam James gentoo.org> dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild b/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild index 7f0c2c95ba5..8dd75827672 100644 --- a/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild +++ b/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Make an educated guess about the shell in use" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )"