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: Sun, 20 Sep 2015 09:30:33
Message-Id: 1442741364.d536ce9432a34eae4c2552da86f42cfa87be3ed1.ago@gentoo
1 commit: d536ce9432a34eae4c2552da86f42cfa87be3ed1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 09:29:24 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 09:29:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d536ce94
7
8 app-shells/mksh: x86 stable wrt bug #557542
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="x86"
12
13 app-shells/mksh/mksh-51.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-shells/mksh/mksh-51.ebuild b/app-shells/mksh/mksh-51.ebuild
17 index 308d0b2..ee08d61 100644
18 --- a/app-shells/mksh/mksh-51.ebuild
19 +++ b/app-shells/mksh/mksh-51.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="http://mirbsd.de/mksh"
21 SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz"
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
26 IUSE="static"
27 DEPEND="static? ( dev-libs/klibc )"
28 RDEPEND=""