commit:     413aaf871f36e4a0cafcc1e90a53f0ff1d4ec190
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 11:52:12 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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"

Reply via email to