Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mksh/
Date: Tue, 11 Feb 2020 10:54:09
Message-Id: 1581418442.5502d72d40f47de18671707d45c04968f3255a10.ago@gentoo
1 commit: 5502d72d40f47de18671707d45c04968f3255a10
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 10:54:02 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 10:54:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5502d72d
7
8 app-shells/mksh: x86 stable wrt bug #709248
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-shells/mksh/mksh-57-r2.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-shells/mksh/mksh-57-r2.ebuild b/app-shells/mksh/mksh-57-r2.ebuild
18 index ff84abaff24..262a0065e76 100644
19 --- a/app-shells/mksh/mksh-57-r2.ebuild
20 +++ b/app-shells/mksh/mksh-57-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,10 +11,10 @@ if [[ $PV = 9999 ]]; then
28 ECVS_MODULE="mksh"
29 ECVS_USER="_anoncvs"
30 ECVS_AUTH="ext"
31 - KEYWORDS=""
32 + KEYWORDS="x86"
33 else
34 SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz"
35 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
36 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sh ~sparc x86 ~amd64-linux ~x86-linux"
37 fi
38
39 DESCRIPTION="MirBSD Korn Shell"