diff options
author | 2002-12-01 16:59:20 +0000 | |
---|---|---|
committer | 2002-12-01 16:59:20 +0000 | |
commit | 201a9923565f6ef04d2c982932cee7576871bd3c (patch) | |
tree | b82572fae6edf086d9fc079a90839336fe919375 /app-text/unix2dos/unix2dos-2.2.ebuild | |
parent | fix for #11426 (diff) | |
download | gentoo-2-201a9923565f6ef04d2c982932cee7576871bd3c.tar.gz gentoo-2-201a9923565f6ef04d2c982932cee7576871bd3c.tar.bz2 gentoo-2-201a9923565f6ef04d2c982932cee7576871bd3c.zip |
fix DEPEND blocking
Diffstat (limited to 'app-text/unix2dos/unix2dos-2.2.ebuild')
-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} |