diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:19:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:19:01 +0000 |
commit | de6070b06f5b744e81672f51bfaa11ee5ca016ea (patch) | |
tree | 5e74519e476da943129be273ea589d6a8e1641b5 /app-misc/fixdos | |
parent | lintool cleanup for #9225 (diff) | |
download | gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.tar.gz gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.tar.bz2 gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.zip |
lintool cleanup for #9225
Diffstat (limited to 'app-misc/fixdos')
-rw-r--r-- | app-misc/fixdos/fixdos-1.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/fixdos/fixdos-1.3.1.ebuild b/app-misc/fixdos/fixdos-1.3.1.ebuild index ccb33c140e6a..26e94340b72c 100644 --- a/app-misc/fixdos/fixdos-1.3.1.ebuild +++ b/app-misc/fixdos/fixdos-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.2 2002/07/25 16:55:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.3 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/fixDos-${PV} DESCRIPTION="Set of utilities such as crlf which converts files between UNIX and DOS newlines." @@ -12,6 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |