summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-29 01:08:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-29 01:08:30 +0000
commit22cbc28f53a0c9ae1534ab7b4895c41d18ba1a1e (patch)
treea9971dc578003baf820a36937bd1262f8e66a163 /app-shells
parentStable on AMD64 (Manifest recommit) (diff)
downloadgentoo-2-22cbc28f53a0c9ae1534ab7b4895c41d18ba1a1e.tar.gz
gentoo-2-22cbc28f53a0c9ae1534ab7b4895c41d18ba1a1e.tar.bz2
gentoo-2-22cbc28f53a0c9ae1534ab7b4895c41d18ba1a1e.zip
touchups
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
}