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 44A32158020 for ; Tue, 27 Dec 2022 11:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C1B3E0937; Tue, 27 Dec 2022 11:31:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E82F9E0937 for ; Tue, 27 Dec 2022 11:31:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 108BA3410AA for ; Tue, 27 Dec 2022 11:31:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB6D3828 for ; Tue, 27 Dec 2022 11:31:38 +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: <1672140671.de287316a75553826859d6c3a76f36f3a290eb4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/ksh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/ksh/ksh-1.0.4.ebuild X-VCS-Directories: app-shells/ksh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de287316a75553826859d6c3a76f36f3a290eb4a X-VCS-Branch: master Date: Tue, 27 Dec 2022 11:31:38 +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: 5c9335ba-dbfc-4b15-b840-b61749a9c3d3 X-Archives-Hash: ee76f216a223eab458904cd8668245be commit: de287316a75553826859d6c3a76f36f3a290eb4a Author: Sam James gentoo org> AuthorDate: Tue Dec 27 11:31:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 27 11:31:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de287316 app-shells/ksh: Stabilize 1.0.4 amd64, #886017 Signed-off-by: Sam James gentoo.org> app-shells/ksh/ksh-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/ksh/ksh-1.0.4.ebuild b/app-shells/ksh/ksh-1.0.4.ebuild index f59df92a2e4a..fbe8124151f8 100644 --- a/app-shells/ksh/ksh-1.0.4.ebuild +++ b/app-shells/ksh/ksh-1.0.4.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ksh93/ksh" else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" MY_PV=$(ver_rs 3 - 4 .) SRC_URI="https://github.com/ksh93/${PN}/archive/v${MY_PV}/ksh-v${MY_PV}.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}"