diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:55:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:55:50 +0000 |
commit | 6c0bc328b1207dac8a59e148601183d732308a98 (patch) | |
tree | 1e562184009b13218bcf658daf04bbe2183e47b7 /sys-apps/debianutils | |
parent | Remove rdepend=depend (diff) | |
download | gentoo-2-6c0bc328b1207dac8a59e148601183d732308a98.tar.gz gentoo-2-6c0bc328b1207dac8a59e148601183d732308a98.tar.bz2 gentoo-2-6c0bc328b1207dac8a59e148601183d732308a98.zip |
Remove rdepend=depend
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.3.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/debianutils/debianutils-1.16.3.ebuild b/sys-apps/debianutils/debianutils-1.16.3.ebuild index 4a146591dc77..a6d71be2c8c1 100644 --- a/sys-apps/debianutils/debianutils-1.16.3.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.3.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/sys-apps/debianutils/debianutils-1.16.3.ebuild,v 1.4 2002/10/19 03:42:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.3.ebuild,v 1.5 2002/10/20 18:54:50 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" @@ -12,7 +12,6 @@ SLOT="0" LICENSE="GPL-2 BSD SMAIL" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_unpack() { unpack ${A} diff --git a/sys-apps/debianutils/debianutils-1.16.ebuild b/sys-apps/debianutils/debianutils-1.16.ebuild index 8ebd1cc786e2..eb452d5cd0a9 100644 --- a/sys-apps/debianutils/debianutils-1.16.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.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/sys-apps/debianutils/debianutils-1.16.ebuild,v 1.9 2002/10/19 03:42:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.ebuild,v 1.10 2002/10/20 18:54:50 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" @@ -11,7 +11,6 @@ SLOT="0" LICENSE="GPL-2 BSD SMAIL" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |