summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2022-12-03 01:55:54 +0800
committerWANG Xuerui <xen0n@gentoo.org>2022-12-03 02:44:15 +0800
commit454fad895972953aaf8836954f36415b13c366bc (patch)
tree021406dcf3c4cac01e1b91bcc8783b6cc7da953b /app-shells
parentdev-embedded/libftdi: keyword 1.5-r4 for ~loong (diff)
downloadgentoo-454fad895972953aaf8836954f36415b13c366bc.tar.gz
gentoo-454fad895972953aaf8836954f36415b13c366bc.tar.bz2
gentoo-454fad895972953aaf8836954f36415b13c366bc.zip
app-shells/mksh: keyword 59c for ~loong
Two tests fail, but they're both due to fgrep spitting out deprecation notice while the test case was expecting nothing on stdout. Effectively passing. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/mksh/mksh-59c.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/mksh/mksh-59c.ebuild b/app-shells/mksh/mksh-59c.ebuild
index d688b372e06d..b17abe57684b 100644
--- a/app-shells/mksh/mksh-59c.ebuild
+++ b/app-shells/mksh/mksh-59c.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit cvs
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 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="MirBSD Korn Shell"