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 | 3ef8eb256afc295fc9db7e4ea2fbb054e891152e (patch) | |
tree | 8346ae5b734bfbcc0ea82c66db7b3c751d5c30d9 /app-shells/psh/psh-1.8.ebuild | |
parent | Update for regen world. (diff) | |
download | historical-3ef8eb256afc295fc9db7e4ea2fbb054e891152e.tar.gz historical-3ef8eb256afc295fc9db7e4ea2fbb054e891152e.tar.bz2 historical-3ef8eb256afc295fc9db7e4ea2fbb054e891152e.zip |
Mark stable on alpha and ia64; fix bug 33406 by setting myinst
Diffstat (limited to 'app-shells/psh/psh-1.8.ebuild')
-rw-r--r-- | app-shells/psh/psh-1.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" |