diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-29 01:08:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-29 01:08:30 +0000 |
commit | f0de16ccf3a533a2a7631ade75b4ad0b9b67747b (patch) | |
tree | 748fa87db7de6335b7b1de30f64e833567c6983e /app-shells/sash | |
parent | Stable on AMD64 (diff) | |
download | historical-f0de16ccf3a533a2a7631ade75b4ad0b9b67747b.tar.gz historical-f0de16ccf3a533a2a7631ade75b4ad0b9b67747b.tar.bz2 historical-f0de16ccf3a533a2a7631ade75b4ad0b9b67747b.zip |
touchups
Diffstat (limited to 'app-shells/sash')
-rw-r--r-- | app-shells/sash/sash-3.7.ebuild | 6 |
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 } |