diff options
author | Markus Meier <maekke@gentoo.org> | 2012-06-06 19:18:49 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-06-06 19:18:49 +0000 |
commit | 405963a32adc7ec460a30cbe59972a6eded61f8b (patch) | |
tree | 2c0f2a11b760f0a5b1f04e4d4e3610dc55dda3de /app-shells/ksh | |
parent | arm stable, bug #419109 (diff) | |
download | gentoo-2-405963a32adc7ec460a30cbe59972a6eded61f8b.tar.gz gentoo-2-405963a32adc7ec460a30cbe59972a6eded61f8b.tar.bz2 gentoo-2-405963a32adc7ec460a30cbe59972a6eded61f8b.zip |
arm stable, bug #418633
(Portage version: 2.1.10.63/cvs/Linux i686)
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/ksh/ksh-93.20120229.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/ksh/ChangeLog b/app-shells/ksh/ChangeLog index e8dc2d56ac8d..85462910d826 100644 --- a/app-shells/ksh/ChangeLog +++ b/app-shells/ksh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/ksh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.59 2012/06/06 05:53:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.60 2012/06/06 19:18:49 maekke Exp $ + + 06 Jun 2012; Markus Meier <maekke@gentoo.org> ksh-93.20120229.ebuild: + arm stable, bug #418633 06 Jun 2012; Jeff Horelick <jdhore@gentoo.org> ksh-93.20120229.ebuild: marked x86 per bug 418633 diff --git a/app-shells/ksh/ksh-93.20120229.ebuild b/app-shells/ksh/ksh-93.20120229.ebuild index b668585f8495..12d0f1bbb81f 100644 --- a/app-shells/ksh/ksh-93.20120229.ebuild +++ b/app-shells/ksh/ksh-93.20120229.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20120229.ebuild,v 1.7 2012/06/06 05:53:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20120229.ebuild,v 1.8 2012/06/06 19:18:49 maekke Exp $ EAPI=4 @@ -21,7 +21,7 @@ SRC_URI="mirror://gentoo/INIT.$(ksh_release).tgz LICENSE="CPL-1.0 EPL-1.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="!app-shells/pdksh" |