summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/sash/sash-3.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/sash/sash-3.7.ebuild b/app-shells/sash/sash-3.7.ebuild
index 0199ba028417..06c6e81f191e 100644
--- a/app-shells/sash/sash-3.7.ebuild
+++ b/app-shells/sash/sash-3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7.ebuild,v 1.4 2004/04/22 13:32:00 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7.ebuild,v 1.5 2004/04/29 01:08:30 vapier Exp $
inherit eutils flag-o-matic
@@ -10,8 +10,8 @@ SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz"
LICENSE="freedist"
SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa amd64 ia64 ~ppc64 s390"
IUSE="readline"
-KEYWORDS="~x86 s390 ~ppc ~sparc ~alpha ~hppa ~mips ia64 ~ppc64 amd64"
DEPEND="virtual/glibc
>=sys-libs/zlib-1.1.4
@@ -39,7 +39,7 @@ src_compile() {
src_install() {
into /
- dobin sash
+ dobin sash || die
doman sash.1
dodoc README
}