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 8ADED138350 for ; Fri, 27 Mar 2020 16:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9129E0A87; Fri, 27 Mar 2020 16:48:14 +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 87BC1E0A87 for ; Fri, 27 Mar 2020 16:48:14 +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 52D5F34F49C for ; Fri, 27 Mar 2020 16:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE0E318E for ; Fri, 27 Mar 2020 16:48:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1585327688.413aaf871f36e4a0cafcc1e90a53f0ff1d4ec190.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mksh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/mksh/mksh-9999.ebuild X-VCS-Directories: app-shells/mksh/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 413aaf871f36e4a0cafcc1e90a53f0ff1d4ec190 X-VCS-Branch: master Date: Fri, 27 Mar 2020 16:48:11 +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: 165e4fae-5cf6-46d3-914c-661e5bc5b85c X-Archives-Hash: 6455c019a939e8408ebf25fa9086a245 commit: 413aaf871f36e4a0cafcc1e90a53f0ff1d4ec190 Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 27 11:52:12 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 27 16:48:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413aaf87 app-shells/mksh: Synced live ebuild Package-Manager: Portage-2.3.96, Repoman-2.3.22 Closes: https://github.com/gentoo/gentoo/pull/15136 Signed-off-by: Lars Wendler gentoo.org> app-shells/mksh/mksh-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-shells/mksh/mksh-9999.ebuild b/app-shells/mksh/mksh-9999.ebuild index 39f20f3921c..a3e79a49d42 100644 --- a/app-shells/mksh/mksh-9999.ebuild +++ b/app-shells/mksh/mksh-9999.ebuild @@ -5,13 +5,12 @@ EAPI=7 inherit toolchain-funcs -if [[ $PV = 9999 ]]; then +if [[ ${PV} == *9999 ]] ; then inherit cvs ECVS_SERVER="anoncvs.mirbsd.org:/cvs" ECVS_MODULE="mksh" ECVS_USER="_anoncvs" ECVS_AUTH="ext" - KEYWORDS="" 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"