diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-01 16:59:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-01 16:59:20 +0000 |
commit | 99584cc0040ce931ad98c417fab770c0edace749 (patch) | |
tree | 3b8d6905819da932dde598a0c568e65948473173 /app-text/unix2dos | |
parent | fix for #11426 (diff) | |
download | historical-99584cc0040ce931ad98c417fab770c0edace749.tar.gz historical-99584cc0040ce931ad98c417fab770c0edace749.tar.bz2 historical-99584cc0040ce931ad98c417fab770c0edace749.zip |
fix DEPEND blocking
Diffstat (limited to 'app-text/unix2dos')
-rw-r--r-- | app-text/unix2dos/unix2dos-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/unix2dos/unix2dos-2.2.ebuild b/app-text/unix2dos/unix2dos-2.2.ebuild index b2f9a99878cf..e501c76b1eca 100644 --- a/app-text/unix2dos/unix2dos-2.2.ebuild +++ b/app-text/unix2dos/unix2dos-2.2.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-text/unix2dos/unix2dos-2.2.ebuild,v 1.1 2002/12/01 06:03:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2.ebuild,v 1.2 2002/12/01 16:59:08 vapier Exp $ DESCRIPTION="unix2dos - UNIX to DOS text file format converter" HOMEPAGE="" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="" -RDEPEND="!app-text/hd2u" +RDEPEND="" S=${WORKDIR} |