diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-20 20:39:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-20 20:39:33 +0000 |
commit | 265563812ed0e16bf8bd8b7111985bb4c7a646a5 (patch) | |
tree | 8531f763027c83e441191ad56d3638c936d1f927 /app-shells | |
parent | Stable for x86, wrt bug #500154 (diff) | |
download | gentoo-2-265563812ed0e16bf8bd8b7111985bb4c7a646a5.tar.gz gentoo-2-265563812ed0e16bf8bd8b7111985bb4c7a646a5.tar.bz2 gentoo-2-265563812ed0e16bf8bd8b7111985bb4c7a646a5.zip |
Stable for x86, wrt bug #500492
(Portage version: 2.2.7/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/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/mksh/mksh-48b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/mksh/ChangeLog b/app-shells/mksh/ChangeLog index a73ac10db81d..60da580c9d4f 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.49 2014/02/10 10:09:46 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.50 2014/02/20 20:39:33 ago Exp $ + + 20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> mksh-48b.ebuild: + Stable for x86, wrt bug #500492 10 Feb 2014; Chema Alonso <nimiux@gentoo.org> mksh-48b.ebuild: Stable for amd64 wrt bug #500492 diff --git a/app-shells/mksh/mksh-48b.ebuild b/app-shells/mksh/mksh-48b.ebuild index 348d8192b083..b0161e54c72a 100644 --- a/app-shells/mksh/mksh-48b.ebuild +++ b/app-shells/mksh/mksh-48b.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-48b.ebuild,v 1.2 2014/02/10 10:09:46 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-48b.ebuild,v 1.3 2014/02/20 20:39:33 ago Exp $ EAPI=4 @@ -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="" |