summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-06-28 07:20:29 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-06-28 07:20:29 +0000
commit2978a0549129e372b4acdb59baff08029fced65c (patch)
tree7bed8bad11910f68bc01091b9d9cda126a706080 /app-shells/psh
parentBump (diff)
downloadgentoo-2-2978a0549129e372b4acdb59baff08029fced65c.tar.gz
gentoo-2-2978a0549129e372b4acdb59baff08029fced65c.tar.bz2
gentoo-2-2978a0549129e372b4acdb59baff08029fced65c.zip
marked x86 per bug 423851
(Portage version: 2.2.0_alpha114/cvs/Linux i686)
Diffstat (limited to 'app-shells/psh')
-rw-r--r--app-shells/psh/ChangeLog7
-rw-r--r--app-shells/psh/psh-1.8.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog
index 80947dc2a216..76963f99faa4 100644
--- a/app-shells/psh/ChangeLog
+++ b/app-shells/psh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/psh
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.25 2008/06/17 06:52:20 wormo Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.26 2012/06/28 07:20:29 jdhore Exp $
+
+ 28 Jun 2012; Jeff Horelick <jdhore@gentoo.org> psh-1.8.1.ebuild:
+ marked x86 per bug 423851
17 Jun 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
psh-1.8.1.ebuild:
diff --git a/app-shells/psh/psh-1.8.1.ebuild b/app-shells/psh/psh-1.8.1.ebuild
index 70f43c99862e..e8534354b9dd 100644
--- a/app-shells/psh/psh-1.8.1.ebuild
+++ b/app-shells/psh/psh-1.8.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.4 2008/06/17 06:52:20 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.5 2012/06/28 07:20:29 jdhore Exp $
inherit perl-module
@@ -10,7 +10,7 @@ SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86"
IUSE="readline"
DEPEND=">=dev-lang/perl-5"