diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 02:42:02 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 02:42:02 +0000 |
commit | b99490d69f921fcf6dcda899b422e6962dfb31e6 (patch) | |
tree | 4ee31368d0a3ecf2c8f49599e2f75169ae59c97d /app-shells/psh | |
parent | A better mask for alsa 0.9.0_rc3 (diff) | |
download | gentoo-2-b99490d69f921fcf6dcda899b422e6962dfb31e6.tar.gz gentoo-2-b99490d69f921fcf6dcda899b422e6962dfb31e6.tar.bz2 gentoo-2-b99490d69f921fcf6dcda899b422e6962dfb31e6.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'app-shells/psh')
-rw-r--r-- | app-shells/psh/psh-0.009-r1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/psh/psh-0.009-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/psh/psh-0.009-r1.ebuild b/app-shells/psh/psh-0.009-r1.ebuild index 137fb3a47183..2beb459cd0e3 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 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.5 2002/08/01 11:58:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.6 2002/08/16 02:37:45 murphy 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" +KEYWORDS="x86 sparc sparc64" SLOT="0" DEPEND=">=sys-devel/perl-5" diff --git a/app-shells/psh/psh-0.009-r2.ebuild b/app-shells/psh/psh-0.009-r2.ebuild index a999dd6c4656..091cd5f83223 100644 --- a/app-shells/psh/psh-0.009-r2.ebuild +++ b/app-shells/psh/psh-0.009-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.2 2002/07/29 03:46:35 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.3 2002/08/16 02:37:45 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl" @@ -8,7 +8,7 @@ SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz" HOMEPAGE="http://www.focusresearch.com/gregor/psh/" LICENSE="Artistic | GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" DEPEND=">=sys-devel/perl-5" RDEPEND="${DEPEND}" |