summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2014-02-10 10:09:46 +0000
committerJosé María Alonso <nimiux@gentoo.org>2014-02-10 10:09:46 +0000
commitc28cc9c183bee15192413937d1ec13220052c651 (patch)
treef7572a58406fde3c3e20ca8ff5137214df89e63a /app-shells
parentVersion bump, adds autocomplete and projectcenter plugin (diff)
downloadgentoo-2-c28cc9c183bee15192413937d1ec13220052c651.tar.gz
gentoo-2-c28cc9c183bee15192413937d1ec13220052c651.tar.bz2
gentoo-2-c28cc9c183bee15192413937d1ec13220052c651.zip
Stable for amd64 wrt bug #500492
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/mksh/ChangeLog5
-rw-r--r--app-shells/mksh/mksh-48b.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-shells/mksh/ChangeLog b/app-shells/mksh/ChangeLog
index 396c8828e747..a73ac10db81d 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.48 2014/02/06 09:37:57 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.49 2014/02/10 10:09:46 nimiux Exp $
+
+ 10 Feb 2014; Chema Alonso <nimiux@gentoo.org> mksh-48b.ebuild:
+ Stable for amd64 wrt bug #500492
*mksh-49 (06 Feb 2014)
diff --git a/app-shells/mksh/mksh-48b.ebuild b/app-shells/mksh/mksh-48b.ebuild
index 2d7cf6ee7590..348d8192b083 100644
--- a/app-shells/mksh/mksh-48b.ebuild
+++ b/app-shells/mksh/mksh-48b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.1 2013/11/21 00:21:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-48b.ebuild,v 1.2 2014/02/10 10:09:46 nimiux 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=""