summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-01 16:59:20 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-01 16:59:20 +0000
commit201a9923565f6ef04d2c982932cee7576871bd3c (patch)
treeb82572fae6edf086d9fc079a90839336fe919375 /app-text
parentfix for #11426 (diff)
downloadgentoo-2-201a9923565f6ef04d2c982932cee7576871bd3c.tar.gz
gentoo-2-201a9923565f6ef04d2c982932cee7576871bd3c.tar.bz2
gentoo-2-201a9923565f6ef04d2c982932cee7576871bd3c.zip
fix DEPEND blocking
Diffstat (limited to 'app-text')
-rw-r--r--app-text/dos2unix/dos2unix-3.1.ebuild4
-rw-r--r--app-text/hd2u/hd2u-0.8.0.ebuild2
-rw-r--r--app-text/unix2dos/unix2dos-2.2.ebuild4
3 files changed, 5 insertions, 5 deletions
diff --git a/app-text/dos2unix/dos2unix-3.1.ebuild b/app-text/dos2unix/dos2unix-3.1.ebuild
index da5e0646e5fa..3a4e95342e0e 100644
--- a/app-text/dos2unix/dos2unix-3.1.ebuild
+++ b/app-text/dos2unix/dos2unix-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-text/dos2unix/dos2unix-3.1.ebuild,v 1.1 2002/12/01 05:54:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1.ebuild,v 1.2 2002/12/01 16:59:20 vapier Exp $
DESCRIPTION="Dos2unix converts DOS or MAC text files to UNIX format"
HOMEPAGE=""
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="x86"
DEPEND=""
-RDEPEND=""
+RDEPEND="!app-text/hd2u"
src_unpack() {
unpack ${A}
diff --git a/app-text/hd2u/hd2u-0.8.0.ebuild b/app-text/hd2u/hd2u-0.8.0.ebuild
index f2d681a519e4..51e86ff88d53 100644
--- a/app-text/hd2u/hd2u-0.8.0.ebuild
+++ b/app-text/hd2u/hd2u-0.8.0.ebuild
@@ -10,7 +10,7 @@ KEYWORDS="x86 sparc sparc64"
SLOT="0"
LICENSE="GPL-2"
-RDEPEND="!app-text/unix2dos"
+RDEPEND="!app-text/dos2unix"
src_compile() {
econf
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}