diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-06 21:15:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-06 21:15:08 +0000 |
commit | caaa98e67ea7c88d18b56d992d596627b997b6ee (patch) | |
tree | eea5e8c990bae8d0e452d556cdf1e00f9158b1b4 /app-shells/psh | |
parent | Update for regen world. (Manifest recommit) (diff) | |
download | gentoo-2-caaa98e67ea7c88d18b56d992d596627b997b6ee.tar.gz gentoo-2-caaa98e67ea7c88d18b56d992d596627b997b6ee.tar.bz2 gentoo-2-caaa98e67ea7c88d18b56d992d596627b997b6ee.zip |
Mark stable on alpha and ia64; fix bug 33406 by setting myinst
Diffstat (limited to 'app-shells/psh')
-rw-r--r-- | app-shells/psh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog index 8cbc82e6b8d7..d3cd7f2854c4 100644 --- a/app-shells/psh/ChangeLog +++ b/app-shells/psh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/psh -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.9 2003/05/07 01:44:56 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.10 2004/02/06 21:15:08 agriffis Exp $ + + 06 Feb 2004; Aron Griffis <agriffis@gentoo.org> psh-1.8.ebuild: + Mark stable on alpha and ia64; fix bug 33406 by setting myinst *psh-1.8 (06 May 2003) diff --git a/app-shells/psh/psh-1.8.ebuild b/app-shells/psh/psh-1.8.ebuild index a7a39fc5a3ee..eb847f749663 100644 --- a/app-shells/psh/psh-1.8.ebuild +++ b/app-shells/psh/psh-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.2 2003/07/02 12:47:28 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.3 2004/02/06 21:15:08 agriffis Exp $ inherit perl-module @@ -10,7 +10,8 @@ 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 ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc alpha ia64" DEPEND=">=dev-lang/perl-5" +myinst="SITEPREFIX=${D}/usr" |