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 E0C4D13835A for ; Tue, 9 Feb 2021 09:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04E4BE0992; Tue, 9 Feb 2021 09:48:08 +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 DEC05E0992 for ; Tue, 9 Feb 2021 09:48:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 053A7340D83 for ; Tue, 9 Feb 2021 09:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 735934C4 for ; Tue, 9 Feb 2021 09:48:05 +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: <1612864073.7b499da4138fd522337b4b46d37686028c13b987.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mksh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/mksh/mksh-59c.ebuild X-VCS-Directories: app-shells/mksh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b499da4138fd522337b4b46d37686028c13b987 X-VCS-Branch: master Date: Tue, 9 Feb 2021 09:48:05 +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: e0dbce37-9f9d-4918-9f59-f9598eb82c91 X-Archives-Hash: 4d2a38714f36999ed9d87c00f59d13d3 commit: 7b499da4138fd522337b4b46d37686028c13b987 Author: Sam James gentoo org> AuthorDate: Tue Feb 9 09:47:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 9 09:47:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b499da4 app-shells/mksh: Stabilize 59c x86, #769203 Signed-off-by: Sam James gentoo.org> app-shells/mksh/mksh-59c.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/mksh/mksh-59c.ebuild b/app-shells/mksh/mksh-59c.ebuild index ad665903099..0c0f94202e6 100644 --- a/app-shells/mksh/mksh-59c.ebuild +++ b/app-shells/mksh/mksh-59c.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then ECVS_AUTH="ext" else SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="MirBSD Korn Shell"