summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-11-04 03:02:49 +0000
committerMark Guertin <gerk@gentoo.org>2002-11-04 03:02:49 +0000
commit9d8956f4c9b6c8daddece73281c54a2f84ed5c04 (patch)
tree731d80a39b0cf94225413aa74cf5b6b6e3554cf5 /app-shells/psh
parentadded ppc and x86 to keywords (diff)
downloadgentoo-2-9d8956f4c9b6c8daddece73281c54a2f84ed5c04.tar.gz
gentoo-2-9d8956f4c9b6c8daddece73281c54a2f84ed5c04.tar.bz2
gentoo-2-9d8956f4c9b6c8daddece73281c54a2f84ed5c04.zip
added ppc to keywords
Diffstat (limited to 'app-shells/psh')
-rw-r--r--app-shells/psh/ChangeLog4
-rw-r--r--app-shells/psh/psh-0.009-r1.ebuild4
2 files changed, 5 insertions, 3 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog
index 2e6fa5210aab..c4736da01bf9 100644
--- a/app-shells/psh/ChangeLog
+++ b/app-shells/psh/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for app-shells/psh
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.3 2002/07/29 03:46:35 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.4 2002/11/04 03:02:49 gerk Exp $
*psh-0.009-r2 (8 Jul 2002)
@@ -16,6 +16,8 @@
*psh-0.009-r1 (1 Feb 2002)
+ 03 Nov 2002; Mark Guertin <gerk@gentoo.org> psh-0.009-r1.ebuild:
+ added ppc to keywords
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/app-shells/psh/psh-0.009-r1.ebuild b/app-shells/psh/psh-0.009-r1.ebuild
index 8f979c15367e..a8c6663f6bad 100644
--- a/app-shells/psh/psh-0.009-r1.ebuild
+++ b/app-shells/psh/psh-0.009-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.8 2002/10/17 14:31:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.9 2002/11/04 03:02:49 gerk Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
HOMEPAGE="http://www.focusresearch.com/gregor/psh/"
LICENSE="Artistic | GPL-2"
-KEYWORDS="x86 sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64"
SLOT="0"
DEPEND=">=sys-devel/perl-5"