summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-10-30 09:54:45 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-10-30 09:54:45 +0000
commit8ad1aceaa0a4c9b7c762497e7f0093c602bcd4f6 (patch)
treed52bbfe38dfdeb11624f78199185f835b39a20e4 /app-shells
parentStable for x86, wrt bug #525496 (diff)
downloadgentoo-2-8ad1aceaa0a4c9b7c762497e7f0093c602bcd4f6.tar.gz
gentoo-2-8ad1aceaa0a4c9b7c762497e7f0093c602bcd4f6.tar.bz2
gentoo-2-8ad1aceaa0a4c9b7c762497e7f0093c602bcd4f6.zip
Stable for x86, wrt bug #522416
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/mksh/ChangeLog5
-rw-r--r--app-shells/mksh/mksh-50d.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/mksh/ChangeLog b/app-shells/mksh/ChangeLog
index ae1f04b8c98e..b62f6013b973 100644
--- a/app-shells/mksh/ChangeLog
+++ b/app-shells/mksh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/mksh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.58 2014/10/18 14:14:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.59 2014/10/30 09:54:45 ago Exp $
+
+ 30 Oct 2014; Agostino Sarubbo <ago@gentoo.org> mksh-50d.ebuild:
+ Stable for x86, wrt bug #522416
18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> mksh-50d.ebuild:
Stable for ppc, wrt bug #522416
diff --git a/app-shells/mksh/mksh-50d.ebuild b/app-shells/mksh/mksh-50d.ebuild
index 7b0afd741a0f..b586917602e0 100644
--- a/app-shells/mksh/mksh-50d.ebuild
+++ b/app-shells/mksh/mksh-50d.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-50d.ebuild,v 1.3 2014/10/18 14:14:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-50d.ebuild,v 1.4 2014/10/30 09:54:45 ago Exp $
EAPI=5
@@ -11,7 +11,7 @@ HOMEPAGE="http://mirbsd.de/mksh"
SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="static"
DEPEND="static? ( dev-libs/klibc )"
RDEPEND=""