diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-06 05:53:11 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-06 05:53:11 +0000 |
commit | 4fcc0e4347bf6f8849397bda4e106505175e1442 (patch) | |
tree | 7d54d4608334c37d3374cc786ba1ac429417cff3 /app-shells | |
parent | keyword ~amd64-linux and ~x86-linux (diff) | |
download | gentoo-2-4fcc0e4347bf6f8849397bda4e106505175e1442.tar.gz gentoo-2-4fcc0e4347bf6f8849397bda4e106505175e1442.tar.bz2 gentoo-2-4fcc0e4347bf6f8849397bda4e106505175e1442.zip |
marked x86 per bug 418633
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'app-shells')
-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 cce80b335642..e8dc2d56ac8d 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.58 2012/06/05 10:23:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.59 2012/06/06 05:53:11 jdhore Exp $ + + 06 Jun 2012; Jeff Horelick <jdhore@gentoo.org> ksh-93.20120229.ebuild: + marked x86 per bug 418633 05 Jun 2012; Agostino Sarubbo <ago@gentoo.org> ksh-93.20120229.ebuild: Stable for amd64, wrt bug #418633 diff --git a/app-shells/ksh/ksh-93.20120229.ebuild b/app-shells/ksh/ksh-93.20120229.ebuild index 2bc8c2401682..b668585f8495 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.6 2012/06/05 10:23:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20120229.ebuild,v 1.7 2012/06/06 05:53:11 jdhore 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" |