diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-27 07:13:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-27 07:13:48 +0000 |
commit | d0159520e43c0413354b249a39fc28699acf7949 (patch) | |
tree | c73865967078725031c38f485330cec10a00a7bf /app-shells/dash | |
parent | Small fixes >:) (Manifest recommit) (diff) | |
download | gentoo-2-d0159520e43c0413354b249a39fc28699acf7949.tar.gz gentoo-2-d0159520e43c0413354b249a39fc28699acf7949.tar.bz2 gentoo-2-d0159520e43c0413354b249a39fc28699acf7949.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-shells/dash')
-rw-r--r-- | app-shells/dash/dash-0.4.24.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/dash/dash-0.4.24.ebuild b/app-shells/dash/dash-0.4.24.ebuild index 7a54ca91e659..7585f459531a 100644 --- a/app-shells/dash/dash-0.4.24.ebuild +++ b/app-shells/dash/dash-0.4.24.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/dash/dash-0.4.24.ebuild,v 1.2 2004/03/26 23:17:59 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.4.24.ebuild,v 1.3 2004/03/27 07:13:48 mr_bones_ Exp $ IUSE="" @@ -15,7 +15,7 @@ LICENSE="BSD" KEYWORDS="~x86 ~ppc" DEPEND="sys-devel/pmake - sys-apps/sed + sys-apps/sed dev-util/yacc" src_compile() { @@ -31,6 +31,6 @@ src_install() { newman sh.1 dash.1 #dosym /usr/share/man/man1/ash.1.gz /usr/share/man/man1/sh.1.gz - + dodoc TOUR debian/changelog } |