diff options
author | 2012-07-01 18:43:11 +0000 | |
---|---|---|
committer | 2012-07-01 18:43:11 +0000 | |
commit | 20b982ebfd58e9e1cb9265995d483df31e04b452 (patch) | |
tree | 88c9915f40e7519ac8eb3f7b148189b4293ab3f5 /app-shells/ksh | |
parent | alpha/ia64/s390/sh/sparc stable wrt #417325 (diff) | |
download | gentoo-2-20b982ebfd58e9e1cb9265995d483df31e04b452.tar.gz gentoo-2-20b982ebfd58e9e1cb9265995d483df31e04b452.tar.bz2 gentoo-2-20b982ebfd58e9e1cb9265995d483df31e04b452.zip |
alpha/ia64/s390/sparc stable wrt #418633
(Portage version: 2.1.10.53/cvs/Linux ia64)
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 4b6c17c98884..32bf431f1df6 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.61 2012/06/07 21:07:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.62 2012/07/01 18:43:11 armin76 Exp $ + + 01 Jul 2012; Raúl Porcel <armin76@gentoo.org> ksh-93.20120229.ebuild: + alpha/ia64/s390/sparc stable wrt #418633 07 Jun 2012; Brent Baude <ranger@gentoo.org> ksh-93.20120229.ebuild: Marking ksh-93.20120229 ppc for bug 418633 diff --git a/app-shells/ksh/ksh-93.20120229.ebuild b/app-shells/ksh/ksh-93.20120229.ebuild index cb8bebfd12fc..f494e382417d 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.9 2012/06/07 21:07:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20120229.ebuild,v 1.10 2012/07/01 18:43:11 armin76 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" |